minor ui changes to keep text in check
This commit is contained in:
parent
d0d66a5d54
commit
ae5edd8cad
1 changed files with 4 additions and 0 deletions
|
@ -139,6 +139,10 @@ Item {
|
||||||
verticalAlignment: vTextAlignment
|
verticalAlignment: vTextAlignment
|
||||||
style: Text.Raised
|
style: Text.Raised
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
|
anchors.topMargin: 10
|
||||||
|
anchors.bottomMargin: 10
|
||||||
|
anchors.leftMargin: 10
|
||||||
|
anchors.rightMargin: 10
|
||||||
clip: true
|
clip: true
|
||||||
|
|
||||||
layer.enabled: true
|
layer.enabled: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue