mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Increase layer slider margins to accomodate labels
CURA-6854
This commit is contained in:
parent
5ebdae9f1a
commit
e152529b5e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue