mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-13 15:43:16 +08:00
Removed the expandSidebar action
Since we don't even have a sidebar anymore, there is no point in expanding it.
This commit is contained in:
parent
4e432a5f06
commit
1e3a9ff57c
@ -23,8 +23,6 @@ Item
|
||||
property alias viewLeftSideCamera: viewLeftSideCameraAction;
|
||||
property alias viewRightSideCamera: viewRightSideCameraAction;
|
||||
|
||||
property alias expandSidebar: expandSidebarAction;
|
||||
|
||||
property alias deleteSelection: deleteSelectionAction;
|
||||
property alias centerSelection: centerSelectionAction;
|
||||
property alias multiplySelection: multiplySelectionAction;
|
||||
@ -415,11 +413,4 @@ Item
|
||||
text: catalog.i18nc("@action:menu", "Browse packages...")
|
||||
iconName: "plugins_browse"
|
||||
}
|
||||
|
||||
Action
|
||||
{
|
||||
id: expandSidebarAction;
|
||||
text: catalog.i18nc("@action:inmenu menubar:view","Expand/Collapse Sidebar");
|
||||
shortcut: "Ctrl+E";
|
||||
}
|
||||
}
|
||||
|
@ -44,7 +44,8 @@ Menu
|
||||
MenuItem { action: Cura.Actions.viewRightSideCamera; }
|
||||
}
|
||||
|
||||
MenuSeparator {
|
||||
MenuSeparator
|
||||
{
|
||||
visible: UM.Preferences.getValue("cura/use_multi_build_plate")
|
||||
}
|
||||
|
||||
@ -72,8 +73,5 @@ Menu
|
||||
|
||||
MenuSeparator {}
|
||||
|
||||
MenuItem { action: Cura.Actions.expandSidebar; }
|
||||
|
||||
MenuSeparator {}
|
||||
MenuItem { action: Cura.Actions.toggleFullScreen; }
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user