mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-31 10:35:31 +08:00
Move background circle into background
Change burger icon color to correct color for dark+light mode CURA-9005
This commit is contained in:
parent
ff824b718c
commit
495462182c
@ -153,11 +153,14 @@ Item
|
||||
|
||||
onClicked:
|
||||
{
|
||||
// Fix for strange bug where height is havled after creating a popup
|
||||
var height = settingVisibilityMenu.height
|
||||
settingVisibilityPresetsMenu.popup(
|
||||
settingVisibilityMenu,
|
||||
-settingVisibilityPresetsMenu.width + UM.Theme.getSize("default_margin").width,
|
||||
-settingVisibilityPresetsMenu.width,
|
||||
settingVisibilityMenu.height
|
||||
)
|
||||
settingVisibilityMenu.height = height
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user