Increase button focusline height to avoid problems
This commit is contained in:
parent
980e258df8
commit
604daed5fe
|
@ -14,7 +14,7 @@ Item {
|
|||
id: clipArea
|
||||
anchors.bottom: parent.bottom
|
||||
width: parent.width
|
||||
height: 0
|
||||
height: 1
|
||||
clip: true
|
||||
|
||||
Rectangle {
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user