forked from AuroraMiddleware/gtk
7c3b30036e
Most of the time show-title-buttons is set to TRUE. Go ahead and make that the default.
12 lines
318 B
XML
12 lines
318 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<object class="GtkWindow" id="window1">
|
|
<child type="titlebar">
|
|
<object class="GtkHeaderBar" id="headerbar1">
|
|
<property name="title-widget">box1</property>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
<object class="GtkBox" id="box1"/>
|
|
</interface>
|