mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
remove comboboxheight
CURA-9424
This commit is contained in:
parent
cde07b9fe4
commit
3a07d14b4b
2 changed files with 1 additions and 2 deletions
|
@ -21,7 +21,6 @@ UM.Dialog
|
||||||
|
|
||||||
backgroundColor: UM.Theme.getColor("main_background")
|
backgroundColor: UM.Theme.getColor("main_background")
|
||||||
margin: UM.Theme.getSize("default_margin").width
|
margin: UM.Theme.getSize("default_margin").width
|
||||||
property int comboboxHeight: UM.Theme.getSize("default_margin").height
|
|
||||||
|
|
||||||
Flickable
|
Flickable
|
||||||
{
|
{
|
||||||
|
|
|
@ -31,7 +31,7 @@ Item
|
||||||
{
|
{
|
||||||
id: comboboxTooltip
|
id: comboboxTooltip
|
||||||
width: (parent.width / 3) | 0
|
width: (parent.width / 3) | 0
|
||||||
height: visible ? UM.Theme.getSize("default_margin").heightcomboboxHeight : 0
|
height: visible ? UM.Theme.getSize("default_margin").height : 0
|
||||||
anchors.top: parent.top
|
anchors.top: parent.top
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
visible: combobox.visible
|
visible: combobox.visible
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue