Increase button focusline height to avoid problems
This commit is contained in:
parent
980e258df8
commit
604daed5fe
|
@ -14,7 +14,7 @@ Item {
|
||||||
id: clipArea
|
id: clipArea
|
||||||
anchors.bottom: parent.bottom
|
anchors.bottom: parent.bottom
|
||||||
width: parent.width
|
width: parent.width
|
||||||
height: 0
|
height: 1
|
||||||
clip: true
|
clip: true
|
||||||
|
|
||||||
Rectangle {
|
Rectangle {
|
||||||
|
|
|
@ -125,7 +125,7 @@ controls:
|
||||||
color background: colors.strongBackground
|
color background: colors.strongBackground
|
||||||
color text: colors.text
|
color text: colors.text
|
||||||
color focusedBorder: colors.accentElement
|
color focusedBorder: colors.accentElement
|
||||||
int focusedBorderWidth: 1
|
int focusedBorderWidth: 2
|
||||||
|
|
||||||
color hoveredOverlay: hsluv(0, 0, 50, 0.2)
|
color hoveredOverlay: hsluv(0, 0, 50, 0.2)
|
||||||
color pressedOverlay: hsluv(0, 0, 50, 0.5)
|
color pressedOverlay: hsluv(0, 0, 50, 0.5)
|
||||||
|
|
|
@ -128,7 +128,7 @@ controls:
|
||||||
color background: colors.strongBackground
|
color background: colors.strongBackground
|
||||||
color text: colors.text
|
color text: colors.text
|
||||||
color focusedBorder: colors.accentElement
|
color focusedBorder: colors.accentElement
|
||||||
int focusedBorderWidth: 1
|
int focusedBorderWidth: 2
|
||||||
|
|
||||||
color hoveredOverlay: hsluv(0, 0, 50, 0.2)
|
color hoveredOverlay: hsluv(0, 0, 50, 0.2)
|
||||||
color pressedOverlay: hsluv(0, 0, 50, 0.5)
|
color pressedOverlay: hsluv(0, 0, 50, 0.5)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user