mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-01-15 15:10:33 +00:00
73 lines
2.9 KiB
Text
73 lines
2.9 KiB
Text
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<!-- Generated with glade 3.21.0 -->
|
||
|
<interface>
|
||
|
<requires lib="gtk+" version="3.20"/>
|
||
|
<object class="GtkDialog" id="ConfigurationWindow">
|
||
|
<property name="width_request">-1</property>
|
||
|
<property name="height_request">-1</property>
|
||
|
<property name="can_focus">False</property>
|
||
|
<property name="title" translatable="yes">Configuration</property>
|
||
|
<property name="type_hint">dialog</property>
|
||
|
<child internal-child="vbox">
|
||
|
<object class="GtkBox">
|
||
|
<property name="can_focus">False</property>
|
||
|
<property name="orientation">vertical</property>
|
||
|
<property name="spacing">2</property>
|
||
|
<child internal-child="action_area">
|
||
|
<object class="GtkButtonBox">
|
||
|
<property name="can_focus">False</property>
|
||
|
<property name="layout_style">end</property>
|
||
|
<child>
|
||
|
<object class="GtkButton" id="OptionAcceptButton">
|
||
|
<property name="label" translatable="yes">OK</property>
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">True</property>
|
||
|
<property name="receives_default">True</property>
|
||
|
</object>
|
||
|
<packing>
|
||
|
<property name="expand">True</property>
|
||
|
<property name="fill">True</property>
|
||
|
<property name="position">0</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkButton" id="OptionCancelButton">
|
||
|
<property name="label" translatable="yes">Cancel</property>
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">True</property>
|
||
|
<property name="receives_default">True</property>
|
||
|
</object>
|
||
|
<packing>
|
||
|
<property name="expand">True</property>
|
||
|
<property name="fill">True</property>
|
||
|
<property name="position">1</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
</object>
|
||
|
<packing>
|
||
|
<property name="expand">False</property>
|
||
|
<property name="fill">False</property>
|
||
|
<property name="position">0</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkNotebook" id="OptionNotebook">
|
||
|
<property name="width_request">-1</property>
|
||
|
<property name="height_request">-1</property>
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">True</property>
|
||
|
</object>
|
||
|
<packing>
|
||
|
<property name="expand">True</property>
|
||
|
<property name="fill">True</property>
|
||
|
<property name="position">1</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child>
|
||
|
<placeholder/>
|
||
|
</child>
|
||
|
</object>
|
||
|
</interface>
|