mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 21:38:58 +08:00
Remove hardcoded value for visibility preset selector
CURA-8688
This commit is contained in:
parent
6159ccbdc7
commit
14b0f66c99
@ -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…
x
Reference in New Issue
Block a user