refactor: use template for window

This commit is contained in:
Ashley Wulber 2021-12-01 09:07:26 -05:00
parent 22f4384707
commit fba59c5290
4 changed files with 150 additions and 322 deletions

View file

@ -4,6 +4,7 @@
<property name="width-request">600</property>
<property name="title">Gtk Pop Launcher</property>
<property name="decorated">false</property>
<property name="resizable">false</property>
<child>
<object class="GtkBox">
<property name="orientation">vertical</property>