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 Workspace
Commits
97bc72b5
Commit
97bc72b5
authored
Nov 10, 2020
by
Nate Graham
Browse files
[applets/digital-clock] Focus search field when opening timezone selector sheet
parent
87f90472
Changes
1
Hide whitespace changes
Inline
Side-by-side
applets/digital-clock/package/contents/ui/configTimeZones.qml
View file @
97bc72b5
...
...
@@ -156,6 +156,9 @@ ColumnLayout {
onSheetOpenChanged
:
{
filter
.
text
=
""
;
messageWidget
.
visible
=
false
;
if
(
sheetOpen
)
{
filter
.
forceActiveFocus
()
}
}
// Need to manually set the parent when using this in a Plasma config dialog
...
...
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