aboutsummaryrefslogtreecommitdiffstats
path: root/launcher/qml/TopShortcutIcon.qml
diff options
context:
space:
mode:
authorzheng_wenlong <wenlong_zheng@nexty-ele.com>2019-07-04 13:30:02 +0900
committerzheng_wenlong <wenlong_zheng@nexty-ele.com>2019-07-04 13:30:09 +0900
commitd19ef0f45aea72756b2b1e658fdb1f8321e761cb (patch)
treeceea77fca2f33aa3aa0c320a769cc884834b2445 /launcher/qml/TopShortcutIcon.qml
parent984b02fc0ea25d86cca5c1c837b8ac7648add20e (diff)
add new design
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()
+// }
}