mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 06:05:52 +08:00
Slightly adjust width of button
This is more in line with what you see, so you can click on the icon properly to open the per-object settings panel. And the text gets properly elided where the icon starts.
This commit is contained in:
parent
a49d9748ee
commit
6b0979172f
@ -85,7 +85,7 @@ Button
|
|||||||
right: parent.right
|
right: parent.right
|
||||||
rightMargin: 0
|
rightMargin: 0
|
||||||
}
|
}
|
||||||
width: childrenRect.width
|
width: contentItem.width
|
||||||
height: parent.height
|
height: parent.height
|
||||||
padding: 0
|
padding: 0
|
||||||
leftPadding: UM.Theme.getSize("thin_margin").width
|
leftPadding: UM.Theme.getSize("thin_margin").width
|
||||||
|
Loading…
x
Reference in New Issue
Block a user