blob: be3bd8857d524eabfc7d0858fba9ef3b48def026 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.22.1 -->
<interface domain="pcr">
<requires lib="gtk+" version="3.20"/>
<object class="GtkAdjustment" id="adjustmentForwardBackward">
<property name="lower">-10000</property>
<property name="upper">10000</property>
<property name="step_increment">1</property>
<property name="page_increment">10</property>
</object>
<object class="GtkSpinButton" id="formattedcontrol">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="hexpand">True</property>
<property name="activates_default">True</property>
<property name="adjustment">adjustmentForwardBackward</property>
<property name="truncate-multiline">True</property>
<property name="digits">2</property>
</object>
</interface>
|