|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | | -<!-- Generated with glade 3.38.2 --> |
| 2 | +<!-- Generated with glade 3.40.0 --> |
3 | 3 | <interface> |
4 | 4 | <requires lib="gtk+" version="3.20"/> |
| 5 | + <object class="GtkListStore" id="liststore-tabletmode"> |
| 6 | + <columns> |
| 7 | + <!-- column-name tabletmode --> |
| 8 | + <column type="guint"/> |
| 9 | + <!-- column-name tabletmode-label --> |
| 10 | + <column type="gchararray"/> |
| 11 | + </columns> |
| 12 | + <data> |
| 13 | + <row> |
| 14 | + <col id="0">0</col> |
| 15 | + <col id="1" translatable="yes">Tablet (absolute)</col> |
| 16 | + </row> |
| 17 | + <row> |
| 18 | + <col id="0">1</col> |
| 19 | + <col id="1" translatable="yes">Touchpad (relative)</col> |
| 20 | + </row> |
| 21 | + </data> |
| 22 | + </object> |
5 | 23 | <object class="GtkBox"> |
6 | 24 | <property name="visible">True</property> |
7 | 25 | <property name="can-focus">False</property> |
|
21 | 39 | <object class="GtkBox"> |
22 | 40 | <property name="visible">True</property> |
23 | 41 | <property name="can-focus">False</property> |
| 42 | + <property name="valign">center</property> |
24 | 43 | <property name="hexpand">True</property> |
25 | 44 | <property name="vexpand">True</property> |
26 | 45 | <property name="orientation">vertical</property> |
| 46 | + <property name="spacing">4</property> |
27 | 47 | <child> |
28 | 48 | <object class="GtkImage"> |
29 | 49 | <property name="visible">True</property> |
30 | 50 | <property name="sensitive">False</property> |
31 | 51 | <property name="can-focus">False</property> |
32 | | - <property name="valign">end</property> |
| 52 | + <property name="margin-bottom">6</property> |
33 | 53 | <property name="vexpand">True</property> |
34 | | - <property name="pixel-size">96</property> |
35 | 54 | <property name="icon-name">input-tablet-symbolic</property> |
36 | | - <property name="icon_size">0</property> |
37 | | - <style> |
38 | | - <class name="dim-label"/> |
39 | | - </style> |
| 55 | + <property name="icon_size">6</property> |
40 | 56 | </object> |
41 | 57 | <packing> |
42 | 58 | <property name="expand">False</property> |
|
52 | 68 | <property name="label" translatable="yes">No tablet detected</property> |
53 | 69 | <property name="justify">center</property> |
54 | 70 | <property name="yalign">1</property> |
| 71 | + <attributes> |
| 72 | + <attribute name="weight" value="bold"/> |
| 73 | + <attribute name="scale" value="1.2"/> |
| 74 | + </attributes> |
55 | 75 | </object> |
56 | 76 | <packing> |
57 | 77 | <property name="expand">False</property> |
|
68 | 88 | <property name="label" translatable="yes">Please plug in or turn on your Wacom tablet</property> |
69 | 89 | <property name="justify">center</property> |
70 | 90 | <property name="yalign">0</property> |
| 91 | + <attributes> |
| 92 | + <attribute name="weight" value="bold"/> |
| 93 | + <attribute name="scale" value="1.2"/> |
| 94 | + </attributes> |
71 | 95 | </object> |
72 | 96 | <packing> |
73 | 97 | <property name="expand">False</property> |
|
101 | 125 | <property name="height">3</property> |
102 | 126 | </packing> |
103 | 127 | </child> |
104 | | - <child> |
105 | | - <placeholder/> |
106 | | - </child> |
107 | 128 | </object> |
108 | 129 | </child> |
109 | 130 | <child type="tab"> |
|
448 | 469 | </packing> |
449 | 470 | </child> |
450 | 471 | </object> |
451 | | - <object class="GtkListStore" id="liststore-tabletmode"> |
452 | | - <columns> |
453 | | - <!-- column-name tabletmode --> |
454 | | - <column type="guint"/> |
455 | | - <!-- column-name tabletmode-label --> |
456 | | - <column type="gchararray"/> |
457 | | - </columns> |
458 | | - <data> |
459 | | - <row> |
460 | | - <col id="0">0</col> |
461 | | - <col id="1" translatable="yes">Tablet (absolute)</col> |
462 | | - </row> |
463 | | - <row> |
464 | | - <col id="0">1</col> |
465 | | - <col id="1" translatable="yes">Touchpad (relative)</col> |
466 | | - </row> |
467 | | - </data> |
468 | | - </object> |
469 | 472 | </interface> |
0 commit comments