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:
authorGhostkeeper <rubend@tutanota.com>2018-12-03 13:59:03 +0300
committerGhostkeeper <rubend@tutanota.com>2018-12-03 13:59:03 +0300
commit65d3aa44802c740d06c19ebbc58a2e9f2732ee80 (patch)
treebd2f20b68b910157d1aab1efebaef2d4eed8bbe5 /resources/qml/ActionPanel/SliceProcessWidget.qml
parentc8cb3a094a216eac21b139ba6577541ea53046d1 (diff)
Fix broken sizes due to merged theme entry
Merge conflict went wrong, I think. Contributes to issue CURA-5876.
Diffstat (limited to 'resources/qml/ActionPanel/SliceProcessWidget.qml')
-rw-r--r--resources/qml/ActionPanel/SliceProcessWidget.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/ActionPanel/SliceProcessWidget.qml b/resources/qml/ActionPanel/SliceProcessWidget.qml
index dee099bc88..1143bb4c1a 100644
--- a/resources/qml/ActionPanel/SliceProcessWidget.qml
+++ b/resources/qml/ActionPanel/SliceProcessWidget.qml
@@ -101,7 +101,7 @@ Column
// Disable the slice process when
width: parent.width
- height: UM.Theme.getSize("action_panel_button").height
+ height: UM.Theme.getSize("action_button").height
visible: !autoSlice
Cura.PrimaryButton
{