mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +02:00
7926 Create Mode: the keyboard tray is not styled correctly
This commit is contained in:
parent
88097bb39f
commit
3677718e48
1 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue