mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 21:13:58 -06:00
15.10 adds a ManageProfilesAction
Moves it from the button to the bottom of the menu Contributes to: issue CURA-60
This commit is contained in:
parent
a839371832
commit
d6fde94e92
4 changed files with 49 additions and 30 deletions
|
@ -14,6 +14,7 @@ Rectangle
|
|||
|
||||
property Action addMachineAction;
|
||||
property Action configureMachinesAction;
|
||||
property Action manageProfilesAction;
|
||||
|
||||
color: UM.Theme.colors.sidebar;
|
||||
UM.I18nCatalog { id: catalog; name:"cura"}
|
||||
|
@ -64,6 +65,7 @@ Rectangle
|
|||
|
||||
ProfileSetup {
|
||||
id: profileItem
|
||||
manageProfilesAction: base.manageProfilesAction
|
||||
anchors.top: header.bottom
|
||||
width: parent.width
|
||||
height: totalHeightProfileSetup
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue