Increase button focusline height to avoid problems

This commit is contained in:
miruka 2020-06-26 06:56:29 -04:00
parent 980e258df8
commit 604daed5fe
3 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ Item {
id: clipArea
anchors.bottom: parent.bottom
width: parent.width
height: 0
height: 1
clip: true
Rectangle {

View File

@ -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)

View File

@ -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)