diff options
-rw-r--r-- | framework/qml/FolderListView.qml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/framework/qml/FolderListView.qml b/framework/qml/FolderListView.qml index 734e6e10..b82dbe1f 100644 --- a/framework/qml/FolderListView.qml +++ b/framework/qml/FolderListView.qml | |||
@@ -115,8 +115,7 @@ Rectangle { | |||
115 | 115 | ||
116 | width: 16; height: 16 | 116 | width: 16; height: 16 |
117 | 117 | ||
118 | Text { | 118 | Kube.Label { |
119 | |||
120 | anchors.centerIn: parent | 119 | anchors.centerIn: parent |
121 | 120 | ||
122 | color: Kube.Colors.viewBackgroundColor | 121 | color: Kube.Colors.viewBackgroundColor |
@@ -155,7 +154,7 @@ Rectangle { | |||
155 | verticalCenter: parent.verticalCenter | 154 | verticalCenter: parent.verticalCenter |
156 | left: parent.left | 155 | left: parent.left |
157 | } | 156 | } |
158 | Text { | 157 | Kube.Label { |
159 | anchors { | 158 | anchors { |
160 | verticalCenter: parent.verticalCenter | 159 | verticalCenter: parent.verticalCenter |
161 | leftMargin: Kirigami.Units.smallSpacing | 160 | leftMargin: Kirigami.Units.smallSpacing |