mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06:00
Merge branch 'fix_visibilitymenu_style' of https://github.com/fieldOfView/Cura
This commit is contained in:
commit
6fc1088cdb
6 changed files with 127 additions and 7 deletions
|
@ -199,7 +199,14 @@ Item
|
|||
label: Label {}
|
||||
}
|
||||
|
||||
onClicked: settingVisibilityPresetsMenu.open()
|
||||
onClicked:
|
||||
{
|
||||
settingVisibilityPresetsMenu.popup(
|
||||
settingVisibilityMenu,
|
||||
-settingVisibilityPresetsMenu.width + UM.Theme.getSize("default_margin").width,
|
||||
settingVisibilityMenu.height
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
// Mouse area that gathers the scroll events to not propagate it to the main view.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue