mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 05:53:59 -06:00
Remove hardcoded value for visibility preset selector
CURA-8688
This commit is contained in:
parent
6159ccbdc7
commit
14b0f66c99
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ UM.PreferencesPage
|
|||
Cura.ComboBox
|
||||
{
|
||||
id: visibilityPreset
|
||||
width: 150 * screenScaleFactor
|
||||
width: UM.Theme.getSize("action_button").width
|
||||
anchors
|
||||
{
|
||||
top: parent.top
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue