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 {