feat: set default title, width, and height for window

merge-requests/8/head
Nefo Fortressia 2021-10-20 11:53:45 +07:00
parent 3408ad2830
commit 6dcbc7117d
1 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,9 @@
<interface>
<requires lib="gtk" version="4.0"/>
<object class="GtkApplicationWindow" id="window">
<property name="title">Echidna Code Editor</propertY>
<property name="default-width">800</property>
<property name="default-height">600</property>
<child>
<object class="GtkBox" id="echidna-root">
<property name="orientation">vertical</property>