Subtract previously unused rightMargin from MachineSelectorButton width.

CURA-9143
This commit is contained in:
j.delarago 2022-04-21 15:04:52 +02:00
parent 9389a6f4e8
commit e5c2f5702c

View file

@ -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