[utilities/skanpage] src: Make footer of DocumentList adaptable to themes (silent)
Boris Petrov
null at kde.org
Fri Jul 30 14:37:23 BST 2021
Git commit ba8e66f190f944880dd8cd8589279755b26ebf88 by Boris Petrov.
Committed on 30/07/2021 at 13:20.
Pushed by ngraham into branch 'master'.
Make footer of DocumentList adaptable to themes
A Text was replaced by a Label.
GUI:
GIT_SILENT
M +1 -1 src/DocumentList.qml
https://invent.kde.org/utilities/skanpage/commit/ba8e66f190f944880dd8cd8589279755b26ebf88
diff --git a/src/DocumentList.qml b/src/DocumentList.qml
index 80f7590..a77507b 100644
--- a/src/DocumentList.qml
+++ b/src/DocumentList.qml
@@ -214,7 +214,7 @@ ColumnLayout {
Layout.fillWidth: true
}
- Text {
+ Label {
text: i18np("1 page", "%1 pages", skanpage.documentModel.count)
}
More information about the kde-doc-english
mailing list