mirror of
https://github.com/Serial-Studio/Serial-Studio.git
synced 2025-01-31 17:42:55 +08:00
Improve appearance of line counter widget
This commit is contained in:
parent
0c66cb5393
commit
3a889e32bf
@ -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
|
||||
}
|
||||
|
||||
|
@ -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)
|
||||
}
|
||||
|
||||
//
|
||||
|
Loading…
x
Reference in New Issue
Block a user