diff --git a/src/gui/Base/HRectangleBottomBorder.qml b/src/gui/Base/HRectangleBottomBorder.qml index 1be00180..9fcb9d06 100644 --- a/src/gui/Base/HRectangleBottomBorder.qml +++ b/src/gui/Base/HRectangleBottomBorder.qml @@ -14,7 +14,7 @@ Item { id: clipArea anchors.bottom: parent.bottom width: parent.width - height: 0 + height: 1 clip: true Rectangle { diff --git a/src/themes/Glass.qpl b/src/themes/Glass.qpl index 689d3f94..c4193e1a 100644 --- a/src/themes/Glass.qpl +++ b/src/themes/Glass.qpl @@ -125,7 +125,7 @@ controls: color background: colors.strongBackground color text: colors.text color focusedBorder: colors.accentElement - int focusedBorderWidth: 1 + int focusedBorderWidth: 2 color hoveredOverlay: hsluv(0, 0, 50, 0.2) color pressedOverlay: hsluv(0, 0, 50, 0.5) diff --git a/src/themes/Midnight.qpl b/src/themes/Midnight.qpl index 908a6581..f4e84939 100644 --- a/src/themes/Midnight.qpl +++ b/src/themes/Midnight.qpl @@ -128,7 +128,7 @@ controls: color background: colors.strongBackground color text: colors.text color focusedBorder: colors.accentElement - int focusedBorderWidth: 1 + int focusedBorderWidth: 2 color hoveredOverlay: hsluv(0, 0, 50, 0.2) color pressedOverlay: hsluv(0, 0, 50, 0.5)