Improve placeholder text for WidgetsPage
This shortens the text and adds an icon.
This commit is contained in:
@@ -24,7 +24,8 @@ Kirigami.ScrollablePage {
|
|||||||
|
|
||||||
Kirigami.PlaceholderMessage {
|
Kirigami.PlaceholderMessage {
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
text: i18nc("@placeholder", "This room does not use any extensions")
|
icon.name: "extension-symbolic"
|
||||||
|
text: i18nc("@placeholder", "No extensions")
|
||||||
visible: extView.count === 0
|
visible: extView.count === 0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user