mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 05:53:59 -06:00
CURA-4182 tweak slider height to fix text cut off
This commit is contained in:
parent
2502038f76
commit
86e5a1ed97
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ Item
|
|||
anchors.right: infillCellRight.right
|
||||
|
||||
width: UM.Theme.getSize("sidebar").width * .55
|
||||
height: UM.Theme.getSize("quality_slider_bar").height * 20
|
||||
height: UM.Theme.getSize("quality_slider_bar").height * 25
|
||||
|
||||
property var model: Cura.ProfilesModel
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue