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:
authorJaime van Kessel <nallath@gmail.com>2019-04-01 14:44:27 +0300
committerJaime van Kessel <nallath@gmail.com>2019-04-01 14:44:27 +0300
commit74903fe3e562bd765080c10b1c83b7b410b5f20d (patch)
treedd461562176b74a2f4e50746183403c0311fd198 /resources/qml/WelcomePages/WelcomeContent.qml
parent1d6d3d729d00a370b8487bf50069e4492336203b (diff)
Cleaned up the QML
This moves all the "default" margins of the welcome pages into a single point (the WizardPanel) in order to prevent having to re-define it every time. I've also fixed some incorrect margins that we had CURA-6057
Diffstat (limited to 'resources/qml/WelcomePages/WelcomeContent.qml')
-rw-r--r--resources/qml/WelcomePages/WelcomeContent.qml2
1 files changed, 0 insertions, 2 deletions
diff --git a/resources/qml/WelcomePages/WelcomeContent.qml b/resources/qml/WelcomePages/WelcomeContent.qml
index 454c5585e2..57ee28068f 100644
--- a/resources/qml/WelcomePages/WelcomeContent.qml
+++ b/resources/qml/WelcomePages/WelcomeContent.qml
@@ -15,8 +15,6 @@ Item
{
UM.I18nCatalog { id: catalog; name: "cura" }
- anchors.margins: UM.Theme.getSize("wide_margin").width
-
Column // Arrange the items vertically and put everything in the center
{
anchors.centerIn: parent