Browse Source

Subtract previously unused rightMargin from MachineSelectorButton width.

CURA-9143
j.delarago 2 years ago
parent
commit
e5c2f5702c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/qml/PrinterSelector/MachineSelectorButton.qml

+ 1 - 1
resources/qml/PrinterSelector/MachineSelectorButton.qml

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