2
0
mirror of synced 2025-01-22 20:41:09 +00:00

feat(StatusBaseInput): Add focused state

Closes: #240
This commit is contained in:
B.Melnik 2021-07-12 12:57:20 +03:00 committed by Pascal Precht
parent 86da901e88
commit 193498815f

View File

@ -53,6 +53,9 @@ Item {
clip: true
border.width: 1
border.color: edit.activeFocus ? Theme.palette.primaryColor1 : "transparent"
Flickable {
id: flick