summaryrefslogtreecommitdiffstats
path: root/wayland/democompositor/qml/LaunchButton.qml
diff options
context:
space:
mode:
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)
}