mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
homescreens/halcyon: Change placeholder icon to arrow
Helps to teach users where the application list is.
This commit is contained in:
parent
fd5eb22a09
commit
f4e6d6b69a
1 changed files with 5 additions and 1 deletions
|
|
@ -281,7 +281,7 @@ MobileShell.GridView {
|
||||||
Layout.alignment: Qt.AlignBottom | Qt.AlignHCenter
|
Layout.alignment: Qt.AlignBottom | Qt.AlignHCenter
|
||||||
implicitWidth: PlasmaCore.Units.iconSizes.large
|
implicitWidth: PlasmaCore.Units.iconSizes.large
|
||||||
implicitHeight: width
|
implicitHeight: width
|
||||||
source: "emblem-favorite"
|
source: "arrow-right-double"
|
||||||
color: "white"
|
color: "white"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -295,5 +295,9 @@ MobileShell.GridView {
|
||||||
horizontalAlignment: Text.AlignHCenter
|
horizontalAlignment: Text.AlignHCenter
|
||||||
text: i18n("Add applications to your favourites so they show up here.")
|
text: i18n("Add applications to your favourites so they show up here.")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
TapHandler {
|
||||||
|
onLongPressed: root.openConfigureRequested()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue