DownloadListPage: Improve the placeholder text, add icon
This adds an icon to the placeholder text here. Oh yeah, and add in a bit of translator context for good measure.
This commit is contained in:
parent
ef64dfb8aa
commit
981cc69922
@ -52,7 +52,8 @@ Kirigami.ScrollablePage {
|
||||
width: Kirigami.Units.gridUnit * 20
|
||||
anchors.centerIn: parent
|
||||
|
||||
text: i18n("No downloads")
|
||||
icon.name: "download"
|
||||
text: i18nc("@info:placeholder", "No downloads")
|
||||
}
|
||||
|
||||
model: DownloadModel
|
||||
|
Loading…
x
Reference in New Issue
Block a user