From 604daed5fe0fc46a1eccbb197c677527e0856ebd Mon Sep 17 00:00:00 2001 From: miruka Date: Fri, 26 Jun 2020 06:56:29 -0400 Subject: [PATCH] Increase button focusline height to avoid problems --- src/gui/Base/HRectangleBottomBorder.qml | 2 +- src/themes/Glass.qpl | 2 +- src/themes/Midnight.qpl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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)