Skip to content

Commit f03e906

Browse files
committed
Set main window title to app name
1 parent 85c62a7 commit f03e906

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/qml/main.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ApplicationWindow {
1515
minimumWidth: layout.implicitWidth + layout.anchors.margins * 2
1616
minimumHeight: menuBar.height + layout.implicitHeight + layout.anchors.margins * 2
1717
visible: true
18-
title: "ScratchCPP"
18+
title: Qt.application.displayName
1919
color: Material.background
2020
Material.accent: "orange"
2121
Material.theme: Material.Dark

0 commit comments

Comments
 (0)