forked from brl/citadel-tools
22 lines
503 B
XML
22 lines
503 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<requires lib="gtk+" version="3.24"/>
|
|
<object class="GtkWindow" id="config-dialog">
|
|
<style>
|
|
<class name="config-dialog" />
|
|
</style>
|
|
|
|
<child>
|
|
<object class="GtkBox" id="main-box">
|
|
<property name="orientation">vertical</property>
|
|
<child>
|
|
<object class="GtkBox" id="option-list">
|
|
<property name="orientation">vertical</property>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
|
|
</object>
|
|
</interface>
|