mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 15:27:53 -06:00
tiniest detail concerning the padding of the layer count label
Fixes #117
This commit is contained in:
parent
53a94c23e1
commit
ab07b0205f
1 changed files with 1 additions and 1 deletions
|
@ -420,7 +420,7 @@ QtObject {
|
||||||
rotation: 90
|
rotation: 90
|
||||||
Rectangle {
|
Rectangle {
|
||||||
width: (parent.width + UM.Theme.sizes.tooltip_margins.width) < 35 ? 35 : parent.width + UM.Theme.sizes.tooltip_margins.width
|
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.verticalCenter: parent.verticalCenter
|
||||||
anchors.horizontalCenter: parent.horizontalCenter
|
anchors.horizontalCenter: parent.horizontalCenter
|
||||||
z: parent.z - 1
|
z: parent.z - 1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue