Index: sources/gui/qml/dialogs/AlarmDialog.qml =================================================================== diff -u -r9eb583ef8480f80fe55be7b88b3ed1a27109492a -rfe26c932a53276a569d98cfcfbfc48b8a73af921 --- sources/gui/qml/dialogs/AlarmDialog.qml (.../AlarmDialog.qml) (revision 9eb583ef8480f80fe55be7b88b3ed1a27109492a) +++ sources/gui/qml/dialogs/AlarmDialog.qml (.../AlarmDialog.qml) (revision fe26c932a53276a569d98cfcfbfc48b8a73af921) @@ -155,8 +155,8 @@ Text { id: _stepNumberRect anchors.centerIn: parent text : index + 1 - color : vSettings.darkMode ? Colors.offWhite : _delegateControl.ListView.isCurrentItem ? _colorMode.modeBackgroundColor : _colorMode.modeButtonColor - font.pixelSize : 20 + color : vSettings.darkMode ? Colors.offWhite : _delegateControl.ListView.isCurrentItem ? _colorMode.modeBackgroundColor : _colorMode.modeButtonColor + font.pixelSize : 28 font.weight : Font.Medium } @@ -200,7 +200,7 @@ Image { id: _figureImage anchors.right : parent.right - anchors.verticalCenter: parent.verticalCenter + anchors.bottom : parent.bottom } } Index: sources/gui/qml/globals/Fonts.qml =================================================================== diff -u -r1286d74bd015276aab604808be2766136091c125 -rfe26c932a53276a569d98cfcfbfc48b8a73af921 --- sources/gui/qml/globals/Fonts.qml (.../Fonts.qml) (revision 1286d74bd015276aab604808be2766136091c125) +++ sources/gui/qml/globals/Fonts.qml (.../Fonts.qml) (revision fe26c932a53276a569d98cfcfbfc48b8a73af921) @@ -100,7 +100,7 @@ readonly property int fontPixelContainerUnitSmall : 15 readonly property int fontPixelInstructionTitle : 45 - readonly property int fontPixelInstructionStep : 30 + readonly property int fontPixelInstructionStep : 28 readonly property int fontPixelDebugTitle : 22 readonly property int fontPixelDebugText : 25 Index: sources/gui/qml/globals/Variables.qml =================================================================== diff -u -r0ce9ad2246ce63e9fcb706c0025ccf2a6ee88199 -rfe26c932a53276a569d98cfcfbfc48b8a73af921 --- sources/gui/qml/globals/Variables.qml (.../Variables.qml) (revision 0ce9ad2246ce63e9fcb706c0025ccf2a6ee88199) +++ sources/gui/qml/globals/Variables.qml (.../Variables.qml) (revision fe26c932a53276a569d98cfcfbfc48b8a73af921) @@ -42,7 +42,7 @@ readonly property int mainMenuHeight : 80 //// ----- @LEAHIZED readonly property int alarmDialogHeaderHeight : 100 - readonly property int instructionHeight : 77 + readonly property int instructionHeight : 78 readonly property int minVGap : 15 readonly property int minVGap2 : 30