malcontent-control: Add initial main window

It’s currently empty, but it’s a start.

Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
Philip Withnall 2019-12-19 13:41:17 +00:00
parent cf6331cac6
commit b0f72c432f
5 changed files with 75 additions and 1 deletions

View file

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright © 2019 Endless Mobile, Inc. -->
<interface>
<requires lib="gtk+" version="3.12"/>
<object class="GtkApplicationWindow" id="main_window">
<child>
<object class="GtkBox" id="vbox1">
<property name="orientation">vertical</property>
</object>
</child>
</object>
</interface>