refactor: use template for window

This commit is contained in:
Ashley Wulber 2021-12-01 09:07:26 -05:00 committed by Jeremy Soller
parent 54b762dbab
commit 4ded5f5b72
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>