mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-13 01:23:12 +08:00
Increase layer slider margins to accomodate labels
CURA-6854
This commit is contained in:
parent
5ebdae9f1a
commit
e152529b5e
@ -183,7 +183,7 @@ Item
|
||||
LayerSlider
|
||||
{
|
||||
property var preferredHeight: UM.Theme.getSize("slider_layerview_size").height
|
||||
property double heightMargin: UM.Theme.getSize("default_margin").height
|
||||
property double heightMargin: UM.Theme.getSize("default_margin").height * 3 // extra margin to accomodate layer number tooltips
|
||||
id: layerSlider
|
||||
|
||||
width: UM.Theme.getSize("slider_handle").width
|
||||
|
Loading…
x
Reference in New Issue
Block a user