Update ConfigurationSelector header to that it looks more like the new design

CURA-5785
This commit is contained in:
Jaime van Kessel 2018-11-09 15:20:26 +01:00
parent 1d775c984e
commit 2c7bdba7d0
3 changed files with 92 additions and 8 deletions

View file

@ -50,16 +50,18 @@ Item
Cura.QuickConfigurationSelector
{
id: configSelection
height: prepareMenu.height
width: UM.Theme.getSize("configuration_selector_widget").width
/*id: configSelection
width: visible ? UM.Theme.getSize("machine_selector_widget").width * 0.2 : 0
panelWidth: UM.Theme.getSize("machine_selector_widget").width
height: prepareMenu.height
height: prepareMenu.height*/
}
Cura.CustomConfigurationSelector
/*Cura.CustomConfigurationSelector
{
width: UM.Theme.getSize("configuration_selector_widget").width
}
}*/
Cura.PrintSetupSelector
{