tiniest detail concerning the padding of the layer count label

Fixes #117
This commit is contained in:
Tamara Hogenhout 2015-07-08 18:05:50 +02:00
parent 53a94c23e1
commit ab07b0205f

View File

@ -420,7 +420,7 @@ QtObject {
rotation: 90
Rectangle {
width: (parent.width + UM.Theme.sizes.tooltip_margins.width) < 35 ? 35 : parent.width + UM.Theme.sizes.tooltip_margins.width
height: parent.height + UM.Theme.sizes.tooltip_margins.height
height: parent.height + (UM.Theme.sizes.tooltip_margins.height / 2)
anchors.verticalCenter: parent.verticalCenter
anchors.horizontalCenter: parent.horizontalCenter
z: parent.z - 1