Format code and change child to property content

This commit is contained in:
oupson 2023-03-03 18:38:07 +01:00
parent 7ae72f704e
commit 53427b3f7e
Signed by: oupson
GPG Key ID: 3BD88615552EFCB7
2 changed files with 3 additions and 3 deletions

View File

@ -31,7 +31,7 @@ namespace Footerm {
{ "quit", this.quit } { "quit", this.quit }
}; };
this.add_action_entries (action_entries, this); this.add_action_entries (action_entries, this);
this.set_accels_for_action ("app.quit", {"<primary>q"}); this.set_accels_for_action ("app.quit", { "<primary>q" });
this.set_accels_for_action ("win.new_tab", { "<Control><Shift>T", null }); this.set_accels_for_action ("win.new_tab", { "<Control><Shift>T", null });
} }

View File

@ -5,7 +5,7 @@
<template class="FootermWindow" parent="AdwApplicationWindow"> <template class="FootermWindow" parent="AdwApplicationWindow">
<property name="default-width">600</property> <property name="default-width">600</property>
<property name="default-height">300</property> <property name="default-height">300</property>
<child> <property name="content">
<object class="GtkBox"> <object class="GtkBox">
<property name="orientation">vertical</property> <property name="orientation">vertical</property>
<child> <child>
@ -40,7 +40,7 @@
</object> </object>
</child> </child>
</object> </object>
</child> </property>
</template> </template>
<menu id="primary_menu"> <menu id="primary_menu">
<section> <section>