mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 04:54:04 -06:00
Fix injection warning for hamburger menu
This commit is contained in:
parent
4819b2484e
commit
0ac4fa20fd
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ UM.ManagementPage
|
|||
scrollviewCaption: catalog.i18nc("@label", "Profiles compatible with active printer:") + "<br><b>" + Cura.MachineManager.activeMachine.name + "</b>"
|
||||
|
||||
hamburgerButtonVisible: hasCurrentItem
|
||||
onHamburgeButtonClicked: {
|
||||
onHamburgeButtonClicked: (hamburger_button) => {
|
||||
const hamburerButtonHeight = hamburger_button.height;
|
||||
menu.popup(hamburger_button, -menu.width + hamburger_button.width / 2, hamburger_button.height);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue