UI polling rate changes
This commit is contained in:
parent
aa3567d1e8
commit
c11c203e14
@ -189,7 +189,7 @@
|
||||
<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
|
||||
<property name="subtitle">Motion sync makes the mouse grab sensor data at
|
||||
the rate of the computer update requests </property>
|
||||
</object>
|
||||
</child>
|
||||
@ -242,21 +242,37 @@ line and locks the mouse on that line</property>
|
||||
<property name="margin-bottom">10</property>
|
||||
</object>
|
||||
</child>
|
||||
|
||||
<child>
|
||||
<object class="GtkScale">
|
||||
<property name="adjustment">
|
||||
<object class="GtkAdjustment">
|
||||
<property name="lower">0</property>
|
||||
<property name="upper">8000</property>
|
||||
<property name="step-increment">5</property>
|
||||
<property name="page-increment">5</property>
|
||||
</object>
|
||||
</property>
|
||||
<property name="digits">0</property>
|
||||
<property name="draw-value">true</property>
|
||||
<property name="value-pos">right</property>
|
||||
</object>
|
||||
</child>
|
||||
<object class="GtkListBox">
|
||||
<property name="selection-mode">none</property>
|
||||
<property name="css-classes">boxed-list</property>
|
||||
<property name="margin-top">10</property>
|
||||
|
||||
<child>
|
||||
<object class="AdwComboRow" id="polling_rate_comborow">
|
||||
<property name="activatable">true</property>
|
||||
|
||||
<property name="title">Polling rate</property>
|
||||
<property name="subtitle">The rate at wich the mouse sends data to the computer</property>
|
||||
<property name="model">
|
||||
<object class="GtkStringList">
|
||||
<items>
|
||||
<item>125 Hz</item>
|
||||
<item>250 Hz</item>
|
||||
<item>500 Hz</item>
|
||||
<item>1000 Hz</item>
|
||||
<item>2000 Hz</item>
|
||||
<item>4000 Hz</item>
|
||||
</items>
|
||||
</object>
|
||||
</property>
|
||||
</object>
|
||||
</child>
|
||||
|
||||
</object>
|
||||
</child>
|
||||
|
||||
</object>
|
||||
</child>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user