From 3a889e32bf3ac47b0109cd416e06cce318582145 Mon Sep 17 00:00:00 2001 From: Alex Spataru Date: Sat, 6 Feb 2021 23:00:18 -0500 Subject: [PATCH] Improve appearance of line counter widget --- assets/qml/Widgets/DragSelector.qml | 3 +-- assets/qml/Widgets/LogView.qml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/assets/qml/Widgets/DragSelector.qml b/assets/qml/Widgets/DragSelector.qml index d7012f44..36ec9409 100644 --- a/assets/qml/Widgets/DragSelector.qml +++ b/assets/qml/Widgets/DragSelector.qml @@ -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 } diff --git a/assets/qml/Widgets/LogView.qml b/assets/qml/Widgets/LogView.qml index f6fd251c..37203318 100644 --- a/assets/qml/Widgets/LogView.qml +++ b/assets/qml/Widgets/LogView.qml @@ -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) } //