aboutsummaryrefslogtreecommitdiffstats
path: root/launcher/qml/TopShortcutIcon.qml
diff options
context:
space:
mode:
Diffstat (limited to 'launcher/qml/TopShortcutIcon.qml')
-rw-r--r--launcher/qml/TopShortcutIcon.qml24
1 files changed, 12 insertions, 12 deletions
diff --git a/launcher/qml/TopShortcutIcon.qml b/launcher/qml/TopShortcutIcon.qml
index 7ece370..6e86298 100644
--- a/launcher/qml/TopShortcutIcon.qml
+++ b/launcher/qml/TopShortcutIcon.qml
@@ -54,16 +54,16 @@ MouseArea {
cached: true
}
}
- Label {
- id: name
- y: 160
- width: root.width - 10
- font.pixelSize: 15
- font.letterSpacing: 5
- // wrapMode: Text.WordWrap
- anchors.horizontalCenter: parent.horizontalCenter
- horizontalAlignment: Text.AlignHCenter
- color: "white"
- text: qsTr(root.name).toUpperCase()
- }
+// Label {
+// id: name
+// y: 160
+// width: root.width - 10
+// font.pixelSize: 15
+// font.letterSpacing: 5
+// // wrapMode: Text.WordWrap
+// anchors.horizontalCenter: parent.horizontalCenter
+// horizontalAlignment: Text.AlignHCenter
+// color: "white"
+// text: qsTr(root.name).toUpperCase()
+// }
}