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 Mobile
Commits
47b006ca
Commit
47b006ca
authored
Sep 25, 2022
by
Devin Lin
🎨
Browse files
homescreens/halcyon: Change placeholder icon to arrow
Helps to teach users where the application list is.
parent
24a60c69
Pipeline
#236911
passed with stage
in 1 minute and 27 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
containments/homescreens/halcyon/package/contents/ui/FavoritesGrid.qml
View file @
47b006ca
...
...
@@ -281,7 +281,7 @@ MobileShell.GridView {
Layout.alignment
:
Qt
.
AlignBottom
|
Qt
.
AlignHCenter
implicitWidth
:
PlasmaCore
.
Units
.
iconSizes
.
large
implicitHeight
:
width
source
:
"
emblem-favorit
e
"
source
:
"
arrow-right-doubl
e
"
color
:
"
white
"
}
...
...
@@ -295,5 +295,9 @@ MobileShell.GridView {
horizontalAlignment
:
Text
.
AlignHCenter
text
:
i18n
(
"
Add applications to your favourites so they show up here.
"
)
}
TapHandler
{
onLongPressed
:
root
.
openConfigureRequested
()
}
}
}
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