|
|
|
@ -5,87 +5,118 @@ |
|
|
|
|
|
|
|
|
|
<child type="content"> |
|
|
|
|
<object class="GtkBox"> |
|
|
|
|
<property name="halign">start</property> |
|
|
|
|
<property name="spacing">10</property> |
|
|
|
|
<property name="halign">center</property> |
|
|
|
|
<property name="valign">start</property> |
|
|
|
|
<property name="hexpand">false</property> |
|
|
|
|
<property name="orientation">vertical</property> |
|
|
|
|
<child> |
|
|
|
|
<object class="GtkBox" id="presentation_box"> |
|
|
|
|
<object class="GtkBox"> |
|
|
|
|
<property name="halign">start</property> |
|
|
|
|
<property name="orientation">vertical</property> |
|
|
|
|
<property name="spacing">10</property> |
|
|
|
|
<child> |
|
|
|
|
<object class="GtkImage" id="mouse_image"> |
|
|
|
|
<property name="halign">start</property> |
|
|
|
|
<property name="height-request">250</property> |
|
|
|
|
<property name="margin-top">30</property> |
|
|
|
|
<property name="valign">start</property> |
|
|
|
|
<property name="width-request">300</property> |
|
|
|
|
<style /> |
|
|
|
|
</object> |
|
|
|
|
</child> |
|
|
|
|
<child> |
|
|
|
|
<object class="GtkLabel" id="mouse_manufacturer"> |
|
|
|
|
<property name="halign">center</property> |
|
|
|
|
<property name="justify">center</property> |
|
|
|
|
<style> |
|
|
|
|
<class name="heading" /> |
|
|
|
|
</style> |
|
|
|
|
</object> |
|
|
|
|
</child> |
|
|
|
|
<child> |
|
|
|
|
<object class="GtkLabel" id="mouse_name"> |
|
|
|
|
<property name="halign">center</property> |
|
|
|
|
<property name="justify">center</property> |
|
|
|
|
<style> |
|
|
|
|
<class name="heading" /> |
|
|
|
|
</style> |
|
|
|
|
</object> |
|
|
|
|
</child> |
|
|
|
|
</object> |
|
|
|
|
</child> |
|
|
|
|
<child> |
|
|
|
|
<object class="GtkBox" id="basic_settings"> |
|
|
|
|
<property name="halign">start</property> |
|
|
|
|
<property name="margin-top">30</property> |
|
|
|
|
<property name="orientation">vertical</property> |
|
|
|
|
<property name="valign">start</property> |
|
|
|
|
<property name="hexpand">false</property> |
|
|
|
|
<child> |
|
|
|
|
<object class="GtkLabel"> |
|
|
|
|
<object class="GtkBox" id="presentation_box"> |
|
|
|
|
<property name="halign">start</property> |
|
|
|
|
<property name="label">Basic settings</property> |
|
|
|
|
<property name="valign">start</property> |
|
|
|
|
<style> |
|
|
|
|
<class name="title-3" /> |
|
|
|
|
</style> |
|
|
|
|
<property name="orientation">vertical</property> |
|
|
|
|
<child> |
|
|
|
|
<object class="GtkImage" id="mouse_image"> |
|
|
|
|
<property name="halign">start</property> |
|
|
|
|
<property name="height-request">250</property> |
|
|
|
|
<property name="margin-top">30</property> |
|
|
|
|
<property name="valign">start</property> |
|
|
|
|
<property name="width-request">300</property> |
|
|
|
|
<style /> |
|
|
|
|
</object> |
|
|
|
|
</child> |
|
|
|
|
<child> |
|
|
|
|
<object class="GtkLabel" id="mouse_manufacturer"> |
|
|
|
|
<property name="halign">center</property> |
|
|
|
|
<property name="justify">center</property> |
|
|
|
|
<style> |
|
|
|
|
<class name="heading" /> |
|
|
|
|
</style> |
|
|
|
|
</object> |
|
|
|
|
</child> |
|
|
|
|
<child> |
|
|
|
|
<object class="GtkLabel" id="mouse_name"> |
|
|
|
|
<property name="halign">center</property> |
|
|
|
|
<property name="justify">center</property> |
|
|
|
|
<style> |
|
|
|
|
<class name="heading" /> |
|
|
|
|
</style> |
|
|
|
|
</object> |
|
|
|
|
</child> |
|
|
|
|
</object> |
|
|
|
|
</child> |
|
|
|
|
<child> |
|
|
|
|
<object class="GtkBox" id="dpi_box"> |
|
|
|
|
<object class="GtkBox" id="basic_settings"> |
|
|
|
|
<property name="halign">start</property> |
|
|
|
|
<property name="margin-top">30</property> |
|
|
|
|
<property name="orientation">vertical</property> |
|
|
|
|
<property name="valign">start</property> |
|
|
|
|
<property name="hexpand">false</property> |
|
|
|
|
<child> |
|
|
|
|
<object class="AdwPreferencesGroup" id="dpi_preference_group"> |
|
|
|
|
<property name="header-suffix"> |
|
|
|
|
<object class="GtkButton"> |
|
|
|
|
<property name="child"> |
|
|
|
|
<object class="AdwButtonContent" id="dpi_stage_add_button"> |
|
|
|
|
<property name="icon-name">list-add-symbolic</property> |
|
|
|
|
<property name="label">1/1</property> |
|
|
|
|
<property name="use-underline">True</property> |
|
|
|
|
<object class="GtkBox" id="dpi_box"> |
|
|
|
|
<property name="halign">start</property> |
|
|
|
|
<property name="margin-top">30</property> |
|
|
|
|
<property name="valign">start</property> |
|
|
|
|
<child> |
|
|
|
|
<object class="AdwPreferencesGroup" id="dpi_preference_group"> |
|
|
|
|
<property name="height-request">200</property> |
|
|
|
|
<property name="header-suffix"> |
|
|
|
|
<object class="GtkButton"> |
|
|
|
|
<property name="child"> |
|
|
|
|
<object class="AdwButtonContent" id="dpi_stage_add_button"> |
|
|
|
|
<property name="icon-name">list-add-symbolic</property> |
|
|
|
|
<property name="label">1/1</property> |
|
|
|
|
<property name="use-underline">True</property> |
|
|
|
|
</object> |
|
|
|
|
</property> |
|
|
|
|
</object> |
|
|
|
|
</property> |
|
|
|
|
<property name="width-request">350</property> |
|
|
|
|
<property name="title">DPI Stages</property> |
|
|
|
|
<property name="description">DPI Stages of the mouse</property> |
|
|
|
|
</object> |
|
|
|
|
</property> |
|
|
|
|
<property name="width-request">300</property> |
|
|
|
|
<property name="title">DPI Stages</property> |
|
|
|
|
<property name="description">DPI Stages of the mouse</property> |
|
|
|
|
</child> |
|
|
|
|
</object> |
|
|
|
|
</child> |
|
|
|
|
|
|
|
|
|
</object> |
|
|
|
|
</child> |
|
|
|
|
|
|
|
|
|
</object> |
|
|
|
|
</child> |
|
|
|
|
|
|
|
|
|
<child> |
|
|
|
|
<object class="GtkBox"> |
|
|
|
|
<property name="halign">center</property> |
|
|
|
|
<property name="margin-top">25</property> |
|
|
|
|
<child> |
|
|
|
|
<object class="AdwSwitchRow"> |
|
|
|
|
<property name="activatable">false</property> |
|
|
|
|
<property name="width-request">200</property> |
|
|
|
|
<property name="hexpand">false</property> |
|
|
|
|
<property name="hexpand-set">true</property> |
|
|
|
|
<property name="title">Motion sync</property> |
|
|
|
|
<property name="subtitle">Motion sync makes the mouse send sensor data at |
|
|
|
|
the rate of the computer update requests </property> |
|
|
|
|
</object> |
|
|
|
|
</child> |
|
|
|
|
<child> |
|
|
|
|
<object class="AdwSwitchRow"> |
|
|
|
|
<property name="activatable">false</property> |
|
|
|
|
<property name="width-request">200</property> |
|
|
|
|
<property name="hexpand">false</property> |
|
|
|
|
<property name="hexpand-set">true</property> |
|
|
|
|
<property name="title">Angle snap</property> |
|
|
|
|
<property name="subtitle">Angle snap detects when you try to draw a straight |
|
|
|
|
line and locks the mouse on that line</property> |
|
|
|
|
</object> |
|
|
|
|
</child> |
|
|
|
|
</object> |
|
|
|
|
</child> |
|
|
|
|
|
|
|
|
|
</object> |
|
|
|
|
</child> |
|
|
|
|
|
|
|
|
|