Fix minor layout issue installed page

CURA-6006
This commit is contained in:
Jaime van Kessel 2018-12-07 09:38:02 +01:00
parent 2a0954f246
commit 9eb09132d6

View File

@ -43,7 +43,7 @@ ScrollView
{
color: "transparent"
width: parent.width
height: childrenRect.height + UM.Theme.getSize("default_lining").width
height: childrenRect.height + UM.Theme.getSize("default_margin").width
border.color: UM.Theme.getColor("lining")
border.width: UM.Theme.getSize("default_lining").width
Column
@ -74,7 +74,7 @@ ScrollView
{
color: "transparent"
width: parent.width
height: childrenRect.height + UM.Theme.getSize("default_lining").width
height: childrenRect.height + UM.Theme.getSize("default_margin").width
border.color: UM.Theme.getColor("lining")
border.width: UM.Theme.getSize("default_lining").width
Column