Improve appearance of line counter widget

This commit is contained in:
Alex Spataru 2021-02-06 23:00:18 -05:00
parent 0c66cb5393
commit 3a889e32bf
2 changed files with 2 additions and 3 deletions

View File

@ -83,12 +83,11 @@ MouseArea {
z: 99
width: 0
height: 0
radius: 5
rotation: 0
visible: false
border.width: 1
color: "#5F227CEB"
border.color: "#103A6E"
border.color: "#404AFE"
transformOrigin: Item.TopLeft
}

View File

@ -159,7 +159,7 @@ Rectangle {
anchors.bottom: parent.bottom
anchors.margins: root.border.width
color: root.lineCountBackgroundColor
width: root.font.pixelSize * (root.digits + 1)
width: root.font.pixelSize * (root.digits)
}
//