mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-21 21:58:01 -06:00
Update ConfigurationSelector header to that it looks more like the new design
CURA-5785
This commit is contained in:
parent
1d775c984e
commit
2c7bdba7d0
3 changed files with 92 additions and 8 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue