mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:24:07 +02:00
[Case 6569] Fixes clipping of cancel button by window edge.
Changes Committed: modified: interface/resources/qml/hifi/tablet/NewModelDialog.qml
This commit is contained in:
parent
dac2ae19a4
commit
a057cb914f
1 changed files with 5 additions and 4 deletions
|
@ -128,6 +128,7 @@ Rectangle {
|
|||
Text {
|
||||
id: text2
|
||||
width: 160
|
||||
x: dynamic.width / 2
|
||||
color: "#ffffff"
|
||||
text: qsTr("Models with automatic collisions set to 'Exact' cannot be dynamic, and should not be used as floors")
|
||||
wrapMode: Text.WordWrap
|
||||
|
@ -190,10 +191,10 @@ Rectangle {
|
|||
width: 200
|
||||
height: 400
|
||||
spacing: 5
|
||||
|
||||
anchors {
|
||||
rightMargin: 15
|
||||
}
|
||||
|
||||
anchors.horizontalCenter: column3.horizontalCenter
|
||||
anchors.horizontalCenterOffset: -20
|
||||
|
||||
Button {
|
||||
id: button1
|
||||
text: qsTr("Add")
|
||||
|
|
Loading…
Reference in a new issue