mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-22 06:03:57 -06:00
Subtract previously unused rightMargin from MachineSelectorButton width.
CURA-9143
This commit is contained in:
parent
9389a6f4e8
commit
e5c2f5702c
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ Button
|
||||||
|
|
||||||
contentItem: Item
|
contentItem: Item
|
||||||
{
|
{
|
||||||
width: machineSelectorButton.width - machineSelectorButton.leftPadding
|
width: machineSelectorButton.width - machineSelectorButton.leftPadding - machineSelectorButton.rightPadding
|
||||||
height: UM.Theme.getSize("action_button").height
|
height: UM.Theme.getSize("action_button").height
|
||||||
|
|
||||||
UM.Label
|
UM.Label
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue