2022-02-02 11:33:44 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!-- Generated with glade 3.38.2 -->
|
|
|
|
<interface>
|
|
|
|
<requires lib="gtk+" version="3.24"/>
|
2022-02-02 13:12:11 +08:00
|
|
|
<object class="GtkAdjustment" id="adjustment1">
|
|
|
|
<property name="upper">9999</property>
|
2022-02-03 15:38:26 +08:00
|
|
|
<property name="value">1024</property>
|
2022-02-02 13:12:11 +08:00
|
|
|
<property name="step-increment">1</property>
|
|
|
|
<property name="page-increment">10</property>
|
|
|
|
</object>
|
|
|
|
<object class="GtkAdjustment" id="adjustment2">
|
|
|
|
<property name="upper">9999</property>
|
2022-02-03 15:38:26 +08:00
|
|
|
<property name="value">576</property>
|
2022-02-02 13:12:11 +08:00
|
|
|
<property name="step-increment">1</property>
|
|
|
|
<property name="page-increment">10</property>
|
|
|
|
</object>
|
2022-02-02 11:33:44 +08:00
|
|
|
<object class="GtkBox" id="stack_box">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
<property name="hexpand">True</property>
|
|
|
|
<property name="vexpand">True</property>
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkStackSwitcher">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
<property name="halign">center</property>
|
|
|
|
<property name="stack">main_stack</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkStack" id="main_stack">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkBox" id="back_page">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<child>
|
|
|
|
<placeholder/>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<placeholder/>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<placeholder/>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="name">page0</property>
|
|
|
|
<property name="title" translatable="yes">Background Preferences</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2022-02-02 13:12:11 +08:00
|
|
|
<object class="GtkBox" id="winsize_page">
|
2022-02-02 11:33:44 +08:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can-focus">False</property>
|
2022-02-02 13:12:11 +08:00
|
|
|
<property name="halign">center</property>
|
|
|
|
<property name="valign">center</property>
|
|
|
|
<property name="hexpand">True</property>
|
|
|
|
<property name="vexpand">True</property>
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<property name="spacing">5</property>
|
2022-02-02 11:33:44 +08:00
|
|
|
<child>
|
|
|
|
<placeholder/>
|
|
|
|
</child>
|
|
|
|
<child>
|
2022-02-02 13:12:11 +08:00
|
|
|
<object class="GtkBox">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
<property name="halign">center</property>
|
|
|
|
<property name="valign">center</property>
|
|
|
|
<property name="spacing">5</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkImage">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
<property name="pixel-size">128</property>
|
|
|
|
<property name="icon-name">display_prefs</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<!-- n-columns=4 n-rows=5 -->
|
|
|
|
<object class="GtkGrid">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
<property name="row-spacing">5</property>
|
|
|
|
<property name="column-spacing">5</property>
|
|
|
|
<child>
|
2022-02-03 15:38:26 +08:00
|
|
|
<object class="GtkComboBoxText" id="combo_default">
|
2022-02-02 13:12:11 +08:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
<property name="active">2</property>
|
|
|
|
<items>
|
|
|
|
<item translatable="yes">640x360</item>
|
|
|
|
<item translatable="yes">800x450</item>
|
|
|
|
<item translatable="yes">1024x576</item>
|
|
|
|
<item translatable="yes">1280x720</item>
|
|
|
|
</items>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left-attach">1</property>
|
|
|
|
<property name="top-attach">1</property>
|
|
|
|
<property name="width">3</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2022-02-03 15:38:26 +08:00
|
|
|
<object class="GtkRadioButton" id="radio_default">
|
2022-02-02 13:12:11 +08:00
|
|
|
<property name="label" translatable="yes">Use default window size</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can-focus">True</property>
|
|
|
|
<property name="receives-default">False</property>
|
2022-02-03 15:38:26 +08:00
|
|
|
<property name="active">True</property>
|
2022-02-02 13:12:11 +08:00
|
|
|
<property name="draw-indicator">True</property>
|
2022-02-03 15:38:26 +08:00
|
|
|
<property name="group">radio_custom</property>
|
2022-02-02 13:12:11 +08:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left-attach">1</property>
|
|
|
|
<property name="top-attach">0</property>
|
|
|
|
<property name="width">3</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2022-02-03 15:38:26 +08:00
|
|
|
<object class="GtkRadioButton" id="radio_custom">
|
2022-02-02 13:12:11 +08:00
|
|
|
<property name="label" translatable="yes">User defined window size</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can-focus">True</property>
|
|
|
|
<property name="receives-default">False</property>
|
|
|
|
<property name="draw-indicator">True</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left-attach">1</property>
|
|
|
|
<property name="top-attach">2</property>
|
|
|
|
<property name="width">3</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2022-02-03 15:38:26 +08:00
|
|
|
<object class="GtkSpinButton" id="spin_width">
|
2022-02-02 13:12:11 +08:00
|
|
|
<property name="visible">True</property>
|
2022-02-03 15:38:26 +08:00
|
|
|
<property name="sensitive">False</property>
|
2022-02-02 13:12:11 +08:00
|
|
|
<property name="can-focus">True</property>
|
|
|
|
<property name="adjustment">adjustment1</property>
|
|
|
|
<property name="value">1024</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left-attach">1</property>
|
|
|
|
<property name="top-attach">3</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2022-02-03 15:38:26 +08:00
|
|
|
<object class="GtkSpinButton" id="spin_height">
|
2022-02-02 13:12:11 +08:00
|
|
|
<property name="visible">True</property>
|
2022-02-03 15:38:26 +08:00
|
|
|
<property name="sensitive">False</property>
|
2022-02-02 13:12:11 +08:00
|
|
|
<property name="can-focus">True</property>
|
|
|
|
<property name="adjustment">adjustment2</property>
|
|
|
|
<property name="value">576</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left-attach">3</property>
|
|
|
|
<property name="top-attach">3</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
<property name="label" translatable="yes">x</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left-attach">2</property>
|
|
|
|
<property name="top-attach">3</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<placeholder/>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<placeholder/>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<placeholder/>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<placeholder/>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<placeholder/>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<placeholder/>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<placeholder/>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<placeholder/>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</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">1</property>
|
|
|
|
</packing>
|
2022-02-02 11:33:44 +08:00
|
|
|
</child>
|
|
|
|
<child>
|
2022-02-02 13:12:11 +08:00
|
|
|
<object class="GtkBox">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
<property name="hexpand">True</property>
|
|
|
|
<property name="vexpand">True</property>
|
|
|
|
<child>
|
2022-02-03 15:38:26 +08:00
|
|
|
<object class="GtkButton" id="btnapply">
|
2022-02-02 13:12:11 +08:00
|
|
|
<property name="label" translatable="yes">Apply</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can-focus">True</property>
|
|
|
|
<property name="receives-default">True</property>
|
|
|
|
<property name="halign">end</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="pack-type">end</property>
|
2022-02-03 15:38:26 +08:00
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="btnGet">
|
|
|
|
<property name="label" translatable="yes">Get Current</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="sensitive">False</property>
|
|
|
|
<property name="can-focus">True</property>
|
|
|
|
<property name="receives-default">True</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="pack-type">end</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="label_size">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
<property name="label" translatable="yes">Current Config: </property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
2022-02-02 13:12:11 +08:00
|
|
|
<property name="position">2</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="pack-type">end</property>
|
|
|
|
<property name="position">2</property>
|
|
|
|
</packing>
|
2022-02-02 11:33:44 +08:00
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="name">page1</property>
|
|
|
|
<property name="title" translatable="yes">Window Size Config</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<placeholder/>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</interface>
|