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:
authorcasper <c.lamboo@ultimaker.com>2022-02-18 18:00:03 +0300
committercasper <c.lamboo@ultimaker.com>2022-02-18 18:00:03 +0300
commit7be54a47ec1c4067f7b946a07a0b43adef65045c (patch)
tree9b990e94645cfe343931af5ed795bdc7bb5e6f0d /plugins/PerObjectSettingsTool
parent26470440f08a1bdc71f132993ffcea4e2b399156 (diff)
Use cura-styled button in settings pick dialog
CURA-8688
Diffstat (limited to 'plugins/PerObjectSettingsTool')
-rw-r--r--plugins/PerObjectSettingsTool/SettingPickDialog.qml5
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins/PerObjectSettingsTool/SettingPickDialog.qml b/plugins/PerObjectSettingsTool/SettingPickDialog.qml
index 33710acc06..b14e9f3082 100644
--- a/plugins/PerObjectSettingsTool/SettingPickDialog.qml
+++ b/plugins/PerObjectSettingsTool/SettingPickDialog.qml
@@ -13,7 +13,6 @@ UM.Dialog
id: settingPickDialog
title: catalog.i18nc("@title:window", "Select Settings to Customize for this model")
- width: screenScaleFactor * 360
property var additional_excluded_settings
@@ -126,10 +125,10 @@ UM.Dialog
}
rightButtons: [
- Button
+ Cura.TertiaryButton
{
text: catalog.i18nc("@action:button", "Close")
- onClicked: settingPickDialog.visible = false
+ onClicked: reject()
}
]
} \ No newline at end of file