7926 Create Mode: the keyboard tray is not styled correctly

This commit is contained in:
beholder 2017-09-27 21:33:18 +03:00
parent 88097bb39f
commit 3677718e48

View file

@ -11,9 +11,14 @@
import QtQuick 2.0
import "."
Item {
Rectangle {
id: keyboardBase
anchors.left: parent.left
anchors.right: parent.right
color: "#252525"
property bool raised: false
property bool numeric: false
@ -105,6 +110,7 @@ Item {
height: showMirrorText ? mirrorTextHeight : 0
width: keyboardWidth
color: "#252525"
anchors.horizontalCenter: parent.horizontalCenter
TextEdit {
id: mirrorText