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) } //