mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-01-15 15:10:33 +00:00
20 lines
625 B
Text
20 lines
625 B
Text
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<!-- Generated with glade 3.21.0 -->
|
||
|
<interface>
|
||
|
<requires lib="gtk+" version="3.20"/>
|
||
|
<object class="GtkWindow" id="Debugger">
|
||
|
<property name="can_focus">False</property>
|
||
|
<property name="title" translatable="yes">Debugger</property>
|
||
|
<child>
|
||
|
<object class="GtkNotebook" id="DebuggerNotebook">
|
||
|
<property name="height_request">500</property>
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">True</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child type="titlebar">
|
||
|
<placeholder/>
|
||
|
</child>
|
||
|
</object>
|
||
|
</interface>
|