Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorj.delarago <joeydelarago@gmail.com>2022-04-21 16:04:52 +0300
committerj.delarago <joeydelarago@gmail.com>2022-04-21 16:04:52 +0300
commite5c2f5702cb84c8f805099cbe51f4445e4c4b3cc (patch)
tree35e8c7e248821d236cce7873595f0f70d55382c3 /resources/qml
parent9389a6f4e87aa47e21ff14d5aee6fa1a3b9ce8a7 (diff)
Subtract previously unused rightMargin from MachineSelectorButton width.
CURA-9143
Diffstat (limited to 'resources/qml')
-rw-r--r--resources/qml/PrinterSelector/MachineSelectorButton.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/PrinterSelector/MachineSelectorButton.qml b/resources/qml/PrinterSelector/MachineSelectorButton.qml
index 74c833f691..cd1f3cc574 100644
--- a/resources/qml/PrinterSelector/MachineSelectorButton.qml
+++ b/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