Index: sources/gui/qml/dialogs/VitalsEntry.qml =================================================================== diff -u -r3a23968a5d2584f5cd036402064284295c9d46a1 -r53c2c61e0a983a903aa2f0604641bf02e52e00c2 --- sources/gui/qml/dialogs/VitalsEntry.qml (.../VitalsEntry.qml) (revision 3a23968a5d2584f5cd036402064284295c9d46a1) +++ sources/gui/qml/dialogs/VitalsEntry.qml (.../VitalsEntry.qml) (revision 53c2c61e0a983a903aa2f0604641bf02e52e00c2) @@ -90,7 +90,7 @@ anchors { left: _titleBar.horizontalCenter - leftMargin: _titleBarText.width / 2 + leftMargin: Variables.vitalsKeyboardMargin top: _titleBar.verticalCenter } Index: sources/gui/qml/globals/Colors.qml =================================================================== diff -u -r1d43ff790e6a3fb03d371bb5bde9c2d432d299b6 -r53c2c61e0a983a903aa2f0604641bf02e52e00c2 --- sources/gui/qml/globals/Colors.qml (.../Colors.qml) (revision 1d43ff790e6a3fb03d371bb5bde9c2d432d299b6) +++ sources/gui/qml/globals/Colors.qml (.../Colors.qml) (revision 53c2c61e0a983a903aa2f0604641bf02e52e00c2) @@ -118,6 +118,8 @@ readonly property color createTreatmentTextReady : white readonly property color createTreatmentInvalidParam : red + readonly property color keyboardButtonBackground : "#121212" + // ---------- < PRS > Related Section ---------- // Alarm priority colors function alarmPriorityColors(vPriority) { Index: sources/gui/qml/globals/Variables.qml =================================================================== diff -u -r3a23968a5d2584f5cd036402064284295c9d46a1 -r53c2c61e0a983a903aa2f0604641bf02e52e00c2 --- sources/gui/qml/globals/Variables.qml (.../Variables.qml) (revision 3a23968a5d2584f5cd036402064284295c9d46a1) +++ sources/gui/qml/globals/Variables.qml (.../Variables.qml) (revision 53c2c61e0a983a903aa2f0604641bf02e52e00c2) @@ -127,6 +127,7 @@ readonly property int vitalsFieldInputWidth : 300 readonly property int vitalsFieldInputHeight : 50 readonly property int vitalsKeyboardWidth : 400 + readonly property int vitalsKeyboardMargin : 125 // ---------- < PRS > Related Section ---------- Index: sources/gui/qml/keyboard/style.qml =================================================================== diff -u -r3a23968a5d2584f5cd036402064284295c9d46a1 -r53c2c61e0a983a903aa2f0604641bf02e52e00c2 --- sources/gui/qml/keyboard/style.qml (.../style.qml) (revision 3a23968a5d2584f5cd036402064284295c9d46a1) +++ sources/gui/qml/keyboard/style.qml (.../style.qml) (revision 53c2c61e0a983a903aa2f0604641bf02e52e00c2) @@ -39,7 +39,7 @@ readonly property real keyBackgroundMargin: Math.round(13 * scaleHint) readonly property real keyContentMargin: Math.round(45 * scaleHint) readonly property real keyIconScale: scaleHint * 0.6 - readonly property string resourcePrefix: "qrc:/QtQuick/VirtualKeyboard/content/styles/denali/" + readonly property string resourcePrefix: "qrc:/QtQuick/VirtualKeyboard/content/styles/denali/" readonly property string inputLocale: InputContext.locale property color inputLocaleIndicatorColor: "white" @@ -64,7 +64,7 @@ Rectangle { id: keyBackground radius: 5 - color: Colors.backgroundRangeRect + color: Colors.keyboardButtonBackground anchors.fill: keyPanel anchors.margins: keyBackgroundMargin Text { @@ -134,7 +134,7 @@ Rectangle { id: backspaceKeyBackground radius: 5 - color: Colors.backgroundRangeRect + color: Colors.keyboardButtonBackground anchors.fill: backspaceKeyPanel anchors.margins: keyBackgroundMargin Image { @@ -179,7 +179,7 @@ Rectangle { id: languageKeyBackground radius: 5 - color: Colors.backgroundRangeRect + color: Colors.keyboardButtonBackground anchors.fill: languageKeyPanel anchors.margins: keyBackgroundMargin Image { @@ -224,7 +224,7 @@ Rectangle { id: enterKeyBackground radius: 5 - color: Colors.backgroundRangeRect + color: Colors.keyboardButtonBackground anchors.fill: enterKeyPanel anchors.margins: keyBackgroundMargin Image { @@ -321,7 +321,7 @@ Rectangle { id: hideKeyBackground radius: 5 - color: Colors.backgroundRangeRect + color: Colors.keyboardButtonBackground anchors.fill: hideKeyPanel anchors.margins: keyBackgroundMargin Image { @@ -433,7 +433,7 @@ Rectangle { id: spaceKeyBackground radius: 5 - color: "#35322f" + color: Colors.keyboardButtonBackground anchors.fill: spaceKeyPanel anchors.margins: keyBackgroundMargin Text {