Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Dan Leinir Turthra Jensen
Plasma Desktop
Commits
96f96388
Commit
96f96388
authored
Jun 16, 2020
by
Alexander Lohnau
💬
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'Plasma/5.19'
parents
7b01c364
2f5345c3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
applets/kicker/package/contents/ui/MenuRepresentation.qml
applets/kicker/package/contents/ui/MenuRepresentation.qml
+3
-4
applets/kicker/package/contents/ui/RunnerResultsList.qml
applets/kicker/package/contents/ui/RunnerResultsList.qml
+2
-1
No files found.
applets/kicker/package/contents/ui/MenuRepresentation.qml
View file @
96f96388
...
...
@@ -194,8 +194,7 @@ FocusScope {
AnchorChanges
{
target
:
rootList
anchors.top
:
undefined
anchors.bottom
:
parent
.
bottom
anchors.top
:
parent
.
top
}
}]
...
...
@@ -342,8 +341,8 @@ FocusScope {
AnchorChanges
{
target
:
searchField
anchors.top
:
mainRow
.
top
anchors.bottom
:
undefined
anchors.top
:
undefined
anchors.bottom
:
mainRow
.
bottom
anchors.left
:
parent
.
left
anchors.right
:
undefined
}
...
...
applets/kicker/package/contents/ui/RunnerResultsList.qml
View file @
96f96388
...
...
@@ -57,9 +57,10 @@ FocusScope {
anchors.left
:
vertLine
.
right
width
:
runnerMatches
.
width
height
:
runnerMatches
.
itemHeight
height
:
runnerMatches
.
itemHeight
+
units
.
smallSpacing
horizontalAlignment
:
Text
.
AlignHCenter
verticalAlignment
:
Text
.
AlignVTop
textFormat
:
Text
.
PlainText
wrapMode
:
Text
.
NoWrap
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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