Make the height of the Print setup selector themable.

Contributes to CURA-5772.
This commit is contained in:
Diego Prado Gesto 2018-10-26 16:16:33 +02:00
parent 3eb71021e2
commit 5a5adb71cd
3 changed files with 6 additions and 3 deletions

View file

@ -61,12 +61,12 @@ Item
Cura.CustomConfigurationSelector
{
width: UM.Theme.getSize("sidebar").width
width: UM.Theme.getSize("configuration_selector_widget").width
}
Cura.PrintSetupSelector
{
width: UM.Theme.getSize("sidebar").width
width: UM.Theme.getSize("print_setup_widget").width
onShowTooltip: prepareMenu.showTooltip(item, location, text)
onHideTooltip: prepareMenu.hideTooltip()
}