|
|
@ -4,15 +4,20 @@ |
|
|
|
<template class="MousePanel" parent="Panel"> |
|
|
|
<template class="MousePanel" parent="Panel"> |
|
|
|
|
|
|
|
|
|
|
|
<child type="content"> |
|
|
|
<child type="content"> |
|
|
|
|
|
|
|
<object class="GtkBox"> |
|
|
|
|
|
|
|
<property name="halign">center</property> |
|
|
|
|
|
|
|
<property name="valign">start</property> |
|
|
|
|
|
|
|
<property name="hexpand">false</property> |
|
|
|
|
|
|
|
<property name="orientation">vertical</property> |
|
|
|
|
|
|
|
<child> |
|
|
|
<object class="GtkBox"> |
|
|
|
<object class="GtkBox"> |
|
|
|
<property name="halign">start</property> |
|
|
|
<property name="halign">start</property> |
|
|
|
<property name="spacing">10</property> |
|
|
|
|
|
|
|
<property name="valign">start</property> |
|
|
|
<property name="valign">start</property> |
|
|
|
|
|
|
|
<property name="hexpand">false</property> |
|
|
|
<child> |
|
|
|
<child> |
|
|
|
<object class="GtkBox" id="presentation_box"> |
|
|
|
<object class="GtkBox" id="presentation_box"> |
|
|
|
<property name="halign">start</property> |
|
|
|
<property name="halign">start</property> |
|
|
|
<property name="orientation">vertical</property> |
|
|
|
<property name="orientation">vertical</property> |
|
|
|
<property name="spacing">10</property> |
|
|
|
|
|
|
|
<child> |
|
|
|
<child> |
|
|
|
<object class="GtkImage" id="mouse_image"> |
|
|
|
<object class="GtkImage" id="mouse_image"> |
|
|
|
<property name="halign">start</property> |
|
|
|
<property name="halign">start</property> |
|
|
@ -49,16 +54,7 @@ |
|
|
|
<property name="margin-top">30</property> |
|
|
|
<property name="margin-top">30</property> |
|
|
|
<property name="orientation">vertical</property> |
|
|
|
<property name="orientation">vertical</property> |
|
|
|
<property name="valign">start</property> |
|
|
|
<property name="valign">start</property> |
|
|
|
<child> |
|
|
|
<property name="hexpand">false</property> |
|
|
|
<object class="GtkLabel"> |
|
|
|
|
|
|
|
<property name="halign">start</property> |
|
|
|
|
|
|
|
<property name="label">Basic settings</property> |
|
|
|
|
|
|
|
<property name="valign">start</property> |
|
|
|
|
|
|
|
<style> |
|
|
|
|
|
|
|
<class name="title-3" /> |
|
|
|
|
|
|
|
</style> |
|
|
|
|
|
|
|
</object> |
|
|
|
|
|
|
|
</child> |
|
|
|
|
|
|
|
<child> |
|
|
|
<child> |
|
|
|
<object class="GtkBox" id="dpi_box"> |
|
|
|
<object class="GtkBox" id="dpi_box"> |
|
|
|
<property name="halign">start</property> |
|
|
|
<property name="halign">start</property> |
|
|
@ -66,6 +62,7 @@ |
|
|
|
<property name="valign">start</property> |
|
|
|
<property name="valign">start</property> |
|
|
|
<child> |
|
|
|
<child> |
|
|
|
<object class="AdwPreferencesGroup" id="dpi_preference_group"> |
|
|
|
<object class="AdwPreferencesGroup" id="dpi_preference_group"> |
|
|
|
|
|
|
|
<property name="height-request">200</property> |
|
|
|
<property name="header-suffix"> |
|
|
|
<property name="header-suffix"> |
|
|
|
<object class="GtkButton"> |
|
|
|
<object class="GtkButton"> |
|
|
|
<property name="child"> |
|
|
|
<property name="child"> |
|
|
@ -77,15 +74,49 @@ |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
</object> |
|
|
|
</object> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
<property name="width-request">300</property> |
|
|
|
<property name="width-request">350</property> |
|
|
|
<property name="title">DPI Stages</property> |
|
|
|
<property name="title">DPI Stages</property> |
|
|
|
<property name="description">DPI Stages of the mouse</property> |
|
|
|
<property name="description">DPI Stages of the mouse</property> |
|
|
|
</object> |
|
|
|
</object> |
|
|
|
</child> |
|
|
|
</child> |
|
|
|
</object> |
|
|
|
</object> |
|
|
|
</child> |
|
|
|
</child> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</object> |
|
|
|
|
|
|
|
</child> |
|
|
|
|
|
|
|
|
|
|
|
</object> |
|
|
|
</object> |
|
|
|
</child> |
|
|
|
</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> |
|
|
|
</object> |
|
|
|
</child> |
|
|
|
</child> |
|
|
|
|
|
|
|
|
|
|
|