mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-24 03:11:03 -07: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
1 changed files with 4 additions and 1 deletions
|
|
@ -153,11 +153,14 @@ Item
|
||||||
|
|
||||||
onClicked:
|
onClicked:
|
||||||
{
|
{
|
||||||
|
// Fix for strange bug where height is havled after creating a popup
|
||||||
|
var height = settingVisibilityMenu.height
|
||||||
settingVisibilityPresetsMenu.popup(
|
settingVisibilityPresetsMenu.popup(
|
||||||
settingVisibilityMenu,
|
settingVisibilityMenu,
|
||||||
-settingVisibilityPresetsMenu.width + UM.Theme.getSize("default_margin").width,
|
-settingVisibilityPresetsMenu.width,
|
||||||
settingVisibilityMenu.height
|
settingVisibilityMenu.height
|
||||||
)
|
)
|
||||||
|
settingVisibilityMenu.height = height
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue