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:
Tamara Hogenhout 2015-09-03 15:50:48 +02:00
parent a839371832
commit d6fde94e92
4 changed files with 49 additions and 30 deletions

View file

@ -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