diff options
Diffstat (limited to 'components/package/contents/ui/FolderListView.qml')
-rw-r--r-- | components/package/contents/ui/FolderListView.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/package/contents/ui/FolderListView.qml b/components/package/contents/ui/FolderListView.qml index 936303be..f90a0711 100644 --- a/components/package/contents/ui/FolderListView.qml +++ b/components/package/contents/ui/FolderListView.qml | |||
@@ -95,7 +95,7 @@ Rectangle { | |||
95 | leftMargin: Kirigami.Units.smallSpacing | 95 | leftMargin: Kirigami.Units.smallSpacing |
96 | } | 96 | } |
97 | 97 | ||
98 | text: "#" + styleData.value | 98 | text: styleData.value |
99 | 99 | ||
100 | color: Kirigami.Theme.viewBackgroundColor | 100 | color: Kirigami.Theme.viewBackgroundColor |
101 | } | 101 | } |