Remove hardcoded value for visibility preset selector

CURA-8688
This commit is contained in:
Jaime van Kessel 2022-02-28 13:14:23 +01:00
parent 6159ccbdc7
commit 14b0f66c99

View File

@ -105,7 +105,7 @@ UM.PreferencesPage
Cura.ComboBox Cura.ComboBox
{ {
id: visibilityPreset id: visibilityPreset
width: 150 * screenScaleFactor width: UM.Theme.getSize("action_button").width
anchors anchors
{ {
top: parent.top top: parent.top