mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
SettingPickDialog was very wide due to the screen factor scaling being removed. This gives it a fixed width the same as other dialogs.
CURA-8688
This commit is contained in:
parent
104a34d05a
commit
26434f3db9
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ UM.Dialog
|
|||
id: settingPickDialog
|
||||
|
||||
title: catalog.i18nc("@title:window", "Select Settings to Customize for this model")
|
||||
width: UM.Theme.getSize("small_popup_dialog").width
|
||||
|
||||
property var additional_excluded_settings
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue