mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 15:07:28 -06:00
Hide button is now in correct location
CURA-1278
This commit is contained in:
parent
72d7bd5769
commit
152f362562
1 changed files with 34 additions and 30 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue