mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-14 11:33:12 +08:00
Subtract previously unused rightMargin from MachineSelectorButton width.
CURA-9143
This commit is contained in:
parent
9389a6f4e8
commit
e5c2f5702c
@ -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…
x
Reference in New Issue
Block a user