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:
parent
cf6331cac6
commit
b0f72c432f
5 changed files with 75 additions and 1 deletions
12
malcontent-control/main.ui
Normal file
12
malcontent-control/main.ui
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue