mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 22:10:25 +02:00
Merge pull request #11473 from ElderOrb/case7926
7926 Create Mode: the keyboard tray is not styled correctly
This commit is contained in:
commit
9e1a181cbc
1 changed files with 7 additions and 1 deletions
|
@ -11,9 +11,14 @@
|
||||||
import QtQuick 2.0
|
import QtQuick 2.0
|
||||||
import "."
|
import "."
|
||||||
|
|
||||||
Item {
|
Rectangle {
|
||||||
id: keyboardBase
|
id: keyboardBase
|
||||||
|
|
||||||
|
anchors.left: parent.left
|
||||||
|
anchors.right: parent.right
|
||||||
|
|
||||||
|
color: "#252525"
|
||||||
|
|
||||||
property bool raised: false
|
property bool raised: false
|
||||||
property bool numeric: false
|
property bool numeric: false
|
||||||
|
|
||||||
|
@ -105,6 +110,7 @@ Item {
|
||||||
height: showMirrorText ? mirrorTextHeight : 0
|
height: showMirrorText ? mirrorTextHeight : 0
|
||||||
width: keyboardWidth
|
width: keyboardWidth
|
||||||
color: "#252525"
|
color: "#252525"
|
||||||
|
anchors.horizontalCenter: parent.horizontalCenter
|
||||||
|
|
||||||
TextEdit {
|
TextEdit {
|
||||||
id: mirrorText
|
id: mirrorText
|
||||||
|
|
Loading…
Reference in a new issue