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:
authorKonstantinos Karmas <konskarm@gmail.com>2021-06-28 15:54:44 +0300
committerKonstantinos Karmas <konskarm@gmail.com>2021-06-28 15:54:44 +0300
commiteeccfc32b99eda453e3f8eaf5949dfa53c22043b (patch)
tree913e1b6277fe1ca1d336e3b97f2f715817af3670 /resources/qml/Toolbar.qml
parentfae5e2cffd196feaf50e5ab128839a04f0d66bca (diff)
Remove spacing between toolbar buttons
CURA-8013
Diffstat (limited to 'resources/qml/Toolbar.qml')
-rw-r--r--resources/qml/Toolbar.qml2
1 files changed, 0 insertions, 2 deletions
diff --git a/resources/qml/Toolbar.qml b/resources/qml/Toolbar.qml
index 89d64b06ad..b388764c74 100644
--- a/resources/qml/Toolbar.qml
+++ b/resources/qml/Toolbar.qml
@@ -44,7 +44,6 @@ Item
anchors.top: parent.top
anchors.right: parent.right
- spacing: UM.Theme.getSize("default_lining").height
Repeater
{
@@ -131,7 +130,6 @@ Item
anchors.topMargin: UM.Theme.getSize("default_margin").height
anchors.top: toolButtons.bottom
anchors.right: parent.right
- spacing: UM.Theme.getSize("default_lining").height
Repeater
{