mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 02:48:58 +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;
|
||||
height: UM.Theme.getSize("setting").height;
|
||||
@ -75,6 +77,8 @@ Item {
|
||||
return "../../resources/qml/Settings/SettingUnknown.qml"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Button
|
||||
{
|
||||
width: UM.Theme.getSize("setting").height;
|
||||
@ -111,8 +115,8 @@ Item {
|
||||
storeIndex: 0
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Button
|
||||
{
|
||||
id: customise_settings_button;
|
||||
|
Loading…
x
Reference in New Issue
Block a user