mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-14 09:53:16 +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
|
||||
{
|
||||
width: machineSelectorButton.width - machineSelectorButton.leftPadding
|
||||
width: machineSelectorButton.width - machineSelectorButton.leftPadding - machineSelectorButton.rightPadding
|
||||
height: UM.Theme.getSize("action_button").height
|
||||
|
||||
UM.Label
|
||||
|
Loading…
x
Reference in New Issue
Block a user