mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue