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
KWin
Commits
619f6d6a
Verified
Commit
619f6d6a
authored
Sep 15, 2022
by
ivan tkachenko
Browse files
effects/Overview: Use SearchField from PlasmaExtras
(cherry picked from commit
4eefd27f
)
parent
1f69e031
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/effects/overview/qml/ScreenView.qml
View file @
619f6d6a
...
...
@@ -198,7 +198,7 @@ FocusScope {
width
:
parent
.
width
height
:
searchField
.
height
+
2
*
PlasmaCore
.
Units
.
largeSpacing
P
C3.Text
Field
{
P
lasmaExtras.Search
Field
{
id
:
searchField
anchors.centerIn
:
parent
width
:
Math
.
min
(
parent
.
width
,
20
*
PlasmaCore
.
Units
.
gridUnit
)
...
...
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