forked from AuroraMiddleware/gtk
7c3b30036e
Most of the time show-title-buttons is set to TRUE. Go ahead and make that the default.
36 lines
1.0 KiB
XML
36 lines
1.0 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface domain="gtk40">
|
|
<template class="GtkDialog" parent="GtkWindow">
|
|
<child type="titlebar">
|
|
<object class="GtkHeaderBar" id="headerbar"/>
|
|
</child>
|
|
<child>
|
|
<object class="GtkBox">
|
|
<property name="orientation">vertical</property>
|
|
<style>
|
|
<class name="dialog-vbox"/>
|
|
</style>
|
|
<child>
|
|
<object class="GtkBox" id="content_area"/>
|
|
</child>
|
|
<child>
|
|
<object class="GtkBox" id="action_box">
|
|
<style>
|
|
<class name="dialog-action-box"/>
|
|
</style>
|
|
<child>
|
|
<object class="GtkBox" id="action_area">
|
|
<property name="hexpand">1</property>
|
|
<property name="halign">end</property>
|
|
<style>
|
|
<class name="dialog-action-area"/>
|
|
</style>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</template>
|
|
</interface>
|