Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
Kalendar
Commits
5595fe06
Verified
Commit
5595fe06
authored
Nov 14, 2021
by
Carl Schwan
🚴
Browse files
Improve color checkbox visual focus
Nice for accessibility :)
parent
1e2563c4
Pipeline
#97573
passed with stage
in 4 minutes and 58 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/contents/ui/ColoredCheckbox.qml
View file @
5595fe06
...
...
@@ -19,6 +19,7 @@ QQC2.CheckBox {
y
:
parent
.
height
/
2
-
height
/
2
radius
:
checkbox
.
radius
border.color
:
checkbox
.
color
border.width
:
checkbox
.
visualFocus
?
2
:
1
color
:
Qt
.
rgba
(
0
,
0
,
0
,
0
)
Rectangle
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment