mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 09:25:57 +08:00
Hide button is now in correct location
CURA-1278
This commit is contained in:
parent
72d7bd5769
commit
152f362562
@ -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…
x
Reference in New Issue
Block a user