Hide button is now in correct location

CURA-1278
This commit is contained in:
Jaime van Kessel 2016-05-31 11:12:22 +02:00
parent 72d7bd5769
commit 152f362562

View file

@ -41,7 +41,9 @@ Item {
} }
} }
delegate: Loader delegate: Row
{
Loader
{ {
width: UM.Theme.getSize("setting").width; width: UM.Theme.getSize("setting").width;
height: UM.Theme.getSize("setting").height; height: UM.Theme.getSize("setting").height;
@ -75,6 +77,8 @@ Item {
return "../../resources/qml/Settings/SettingUnknown.qml" return "../../resources/qml/Settings/SettingUnknown.qml"
} }
} }
}
Button Button
{ {
width: UM.Theme.getSize("setting").height; width: UM.Theme.getSize("setting").height;
@ -111,8 +115,8 @@ Item {
storeIndex: 0 storeIndex: 0
} }
} }
} }
Button Button
{ {
id: customise_settings_button; id: customise_settings_button;