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
Plasma
Plasma Desktop
Commits
ad24d338
Commit
ad24d338
authored
Jan 21, 2022
by
Arjen Hiemstra
Browse files
Don't focus search field in Kicker by default when vkbd is active
parent
829521b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
applets/kicker/package/contents/ui/MenuRepresentation.qml
View file @
ad24d338
...
...
@@ -12,6 +12,8 @@ import QtQml 2.15
import
org
.
kde
.
plasma
.
components
2.0
as
PlasmaComponents
import
org
.
kde
.
plasma
.
core
2.0
as
PlasmaCore
import
org
.
kde
.
kirigami
2.19
as
Kirigami
FocusScope
{
id
:
root
...
...
@@ -304,7 +306,7 @@ FocusScope {
:
(
rootList
.
visible
?
rootList
.
width
:
defaultWidth
))
-
PlasmaCore
.
Units
.
smallSpacing
focus
:
tru
e
focus
:
!
Kirigami
.
InputMethod
.
willShowOnActiv
e
placeholderText
:
i18n
(
"
Search…
"
)
clearButtonShown
:
true
...
...
Arjen Hiemstra
@ahiemstra
mentioned in commit
3bd2eb68
·
Jan 24, 2022
mentioned in commit
3bd2eb68
mentioned in commit 3bd2eb68a256382256147ad59d9e38e42e0966d6
Toggle commit list
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