mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 23:05:01 -06:00
Merge remote-tracking branch 'origin/master' into CURA-6959_collapse_categories
# Conflicts: # resources/qml/Menus/SettingVisibilityPresetsMenu.qml # resources/qml/Settings/SettingView.qml
This commit is contained in:
commit
8dbd67f5bd
16 changed files with 313 additions and 80 deletions
|
@ -14,7 +14,6 @@ Menu
|
|||
|
||||
property QtObject settingVisibilityPresetsModel: CuraApplication.getSettingVisibilityPresetsModel()
|
||||
|
||||
signal showAllSettings()
|
||||
signal collapseAllCategories()
|
||||
|
||||
Instantiator
|
||||
|
@ -37,17 +36,6 @@ Menu
|
|||
onObjectRemoved: menu.removeItem(object)
|
||||
}
|
||||
|
||||
MenuSeparator {}
|
||||
MenuItem
|
||||
{
|
||||
text: catalog.i18nc("@action:inmenu", "Show All Settings")
|
||||
checkable: false
|
||||
exclusiveGroup: group
|
||||
onTriggered:
|
||||
{
|
||||
showAllSettings();
|
||||
}
|
||||
}
|
||||
MenuSeparator {}
|
||||
MenuItem
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue