mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Fix height of syncMaterialCards
CURA-8688
This commit is contained in:
parent
24463fbd45
commit
5725f3d57f
1 changed files with 1 additions and 1 deletions
|
|
@ -266,7 +266,7 @@ Window
|
||||||
border.color: UM.Theme.getColor("lining")
|
border.color: UM.Theme.getColor("lining")
|
||||||
border.width: UM.Theme.getSize("default_lining").width
|
border.width: UM.Theme.getSize("default_lining").width
|
||||||
width: printerList.width - printerListScrollBar.width
|
width: printerList.width - printerListScrollBar.width
|
||||||
height: UM.Theme.getSize("card").height
|
height: UM.Theme.getSize("machine_selector_icon").height + 2 * UM.Theme.getSize("default_margin").height
|
||||||
|
|
||||||
property string syncStatus:
|
property string syncStatus:
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue