[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:
LaShonda Hopper 2017-11-08 14:18:04 -05:00
parent dac2ae19a4
commit a057cb914f

View file

@ -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")