From 7dbe5c0f7ccd18f09b21f1a3d1b96ed2c8fa15ba Mon Sep 17 00:00:00 2001 From: casper Date: Thu, 24 Feb 2022 15:44:46 +0100 Subject: [PATCH] Change some margins CURA-8938 --- resources/qml/ColorDialog.qml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/resources/qml/ColorDialog.qml b/resources/qml/ColorDialog.qml index 1f83f0ceda..09045581e4 100644 --- a/resources/qml/ColorDialog.qml +++ b/resources/qml/ColorDialog.qml @@ -17,6 +17,8 @@ UM.Dialog property variant catalog: UM.I18nCatalog { name: "cura" } + margin: UM.Theme.getSize("default_margin").width + // In this case we would like to let the content of the dialog determine the size of the dialog // however with the current implementation of the dialog this is not possible, so instead we calculate // the size of the dialog ourselves. @@ -128,7 +130,7 @@ UM.Dialog } } - buttonSpacing: UM.Theme.getSize("default_margin").width + buttonSpacing: UM.Theme.getSize("thin_margin").width rightButtons: [