Make resize bar slim

CURA-6054
This commit is contained in:
Lipu Fei 2019-01-07 10:41:03 +01:00
parent 4c1f68a447
commit a8128919af

View File

@ -180,16 +180,9 @@ Item
UM.RecolorImage
{
width: parent.width * 0.05
sourceSize.height: height
sourceSize.width: width
anchors
{
horizontalCenter: parent.horizontalCenter
top: parent.top
topMargin: UM.Theme.getSize("thick_lining").height
bottom: parent.bottom
bottomMargin: UM.Theme.getSize("thick_lining").height
}
height: parent.height * 0.3
anchors.centerIn: parent
source: UM.Theme.getIcon("grip_lines")
color: UM.Theme.getColor("lining")