summaryrefslogtreecommitdiffstats
path: root/wayland/democompositor/qml/LaunchButton.qml
diff options
context:
space:
mode:
authorPaul Olav Tvete <paul.tvete@theqtcompany.com>2016-02-01 15:20:59 +0100
committerPaul Olav Tvete <paul.tvete@theqtcompany.com>2016-02-09 11:26:46 +0000
commit01405a2515243d81b4a7718dacb879eb5fd7cc92 (patch)
tree2625539ae19c5c595667800b4448b9d71eb11b61 /wayland/democompositor/qml/LaunchButton.qml
parent19acec2796c26bd902472ddd87858fac4d20ada4 (diff)
Initial implementation of Diana's design
Based on the screenshots. Not using exact values for sizes and distances. Change-Id: I37c9593b776f4fb6f98ab4b8b571357f182ee65a Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@theqtcompany.com>
Diffstat (limited to 'wayland/democompositor/qml/LaunchButton.qml')
-rw-r--r--wayland/democompositor/qml/LaunchButton.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/wayland/democompositor/qml/LaunchButton.qml b/wayland/democompositor/qml/LaunchButton.qml
index a5b1fbc..cbf28e2 100644
--- a/wayland/democompositor/qml/LaunchButton.qml
+++ b/wayland/democompositor/qml/LaunchButton.qml
@@ -41,6 +41,7 @@ MyButton {
text.text: "Uninitialized"
text.elide: Text.ElideRight
text.maximumLineCount: 1
+ iconSize: 32
onTriggered: launcher.launch(executable)
}