Skip to content

Commit 46597e4

Browse files
committed
remove commented out title bar
1 parent 982b8c0 commit 46597e4

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/window.blp

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,6 @@ template $ShutterRustWindow: ApplicationWindow {
44
default-width: 600;
55
default-height: 300;
66

7-
/*titlebar: HeaderBar header_bar {
8-
[end]
9-
MenuButton {
10-
primary: true;
11-
icon-name: "open-menu-symbolic";
12-
tooltip-text: _("Menu");
13-
menu-model: primary_menu;
14-
}
15-
};*/
16-
177
child: Label label {
188
label: "Hello, World!";
199

0 commit comments

Comments
 (0)