mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 11:17:49 -06:00
Make resize bar slim
CURA-6054
This commit is contained in:
parent
4c1f68a447
commit
a8128919af
1 changed files with 3 additions and 10 deletions
|
@ -180,16 +180,9 @@ Item
|
||||||
UM.RecolorImage
|
UM.RecolorImage
|
||||||
{
|
{
|
||||||
width: parent.width * 0.05
|
width: parent.width * 0.05
|
||||||
sourceSize.height: height
|
height: parent.height * 0.3
|
||||||
sourceSize.width: width
|
|
||||||
anchors
|
anchors.centerIn: parent
|
||||||
{
|
|
||||||
horizontalCenter: parent.horizontalCenter
|
|
||||||
top: parent.top
|
|
||||||
topMargin: UM.Theme.getSize("thick_lining").height
|
|
||||||
bottom: parent.bottom
|
|
||||||
bottomMargin: UM.Theme.getSize("thick_lining").height
|
|
||||||
}
|
|
||||||
|
|
||||||
source: UM.Theme.getIcon("grip_lines")
|
source: UM.Theme.getIcon("grip_lines")
|
||||||
color: UM.Theme.getColor("lining")
|
color: UM.Theme.getColor("lining")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue