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>2021-07-12 12:13:06 +0300
committerGhostkeeper <rubend@tutanota.com>2021-07-12 12:13:06 +0300
commit55bdb81e785bf9fa94e419076cca58b55a74334a (patch)
treea5dd4fdc5919a15c2553e76c0ce3a1f7bc22dce4 /plugins/PrepareStage
parent739f8834d0de2a1a04be14814510bcb2784d8066 (diff)
Reduce margins of options in the open file drop-down
This was a desire from the developer. It shouldn't be consistent with the printer selector. The margins being all the same is more important. Contributes to issue CURA-8008.
Diffstat (limited to 'plugins/PrepareStage')
-rw-r--r--plugins/PrepareStage/PrepareMenu.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/PrepareStage/PrepareMenu.qml b/plugins/PrepareStage/PrepareMenu.qml
index 5126d0aba6..061db0b8f6 100644
--- a/plugins/PrepareStage/PrepareMenu.qml
+++ b/plugins/PrepareStage/PrepareMenu.qml
@@ -138,8 +138,8 @@ Item
model: prepareMenu.fileProviderModel
delegate: Button
{
- leftPadding: UM.Theme.getSize("thick_margin").width
- rightPadding: UM.Theme.getSize("thick_margin").width
+ leftPadding: UM.Theme.getSize("default_margin").width
+ rightPadding: UM.Theme.getSize("default_margin").width
width: contentItem.width + leftPadding + rightPadding
height: UM.Theme.getSize("action_button").height
hoverEnabled: true