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
{
id: visibilityPreset
width: 150 * screenScaleFactor
width: UM.Theme.getSize("action_button").width
anchors
{
top: parent.top