|
4 | 4 | <template class="WinpropsPane" parent="GtkBox"> |
5 | 5 | <property name="focusable">False</property> |
6 | 6 | <property name="orientation">vertical</property> |
| 7 | + <property name="width_request">580</property> |
7 | 8 | <child> |
8 | 9 | <object class="GtkBox"> |
9 | | - <property name="focusable">False</property> |
10 | | - <property name="halign">center</property> |
11 | | - <property name="orientation">horizontal</property> |
12 | | - <property name="spacing">12</property> |
13 | | - <child> |
14 | | - <object class="GtkSearchEntry" id="search"> |
15 | | - <property name="activates-default">False</property> |
16 | | - <property name="halign">center</property> |
17 | | - <property name="margin-top">12</property> |
18 | | - </object> |
19 | | - </child> |
20 | | - <child> |
21 | | - <object class="GtkButton" id="addButton"> |
22 | | - <property name="label" translatable="yes">Add Winprop</property> |
23 | | - <property name="hexpand">True</property> |
24 | | - <property name="halign">center</property> |
25 | | - <property name="margin-top">12px</property> |
26 | | - <signal name="clicked" handler="_onAddButtonClicked" /> |
27 | | - <style> |
28 | | - <class name="winprops" /> |
29 | | - <class name="add-button" /> |
30 | | - <class name="suggested-action" /> |
31 | | - </style> |
32 | | - </object> |
33 | | - </child> |
| 10 | + <property name="focusable">False</property> |
| 11 | + <property name="halign">center</property> |
| 12 | + <property name="orientation">horizontal</property> |
| 13 | + <property name="spacing">12</property> |
| 14 | + <child> |
| 15 | + <object class="GtkSearchEntry" id="search"> |
| 16 | + <property name="activates-default">False</property> |
| 17 | + <property name="halign">center</property> |
| 18 | + </object> |
| 19 | + </child> |
| 20 | + <child> |
| 21 | + <object class="GtkButton" id="addButton"> |
| 22 | + <property name="label" translatable="yes">Add Winprop</property> |
| 23 | + <property name="halign">center</property> |
| 24 | + <signal name="clicked" handler="_onAddButtonClicked" /> |
| 25 | + <style> |
| 26 | + <class name="winprops" /> |
| 27 | + <class name="add-button" /> |
| 28 | + <class name="suggested-action" /> |
| 29 | + </style> |
| 30 | + </object> |
| 31 | + </child> |
34 | 32 | </object> |
35 | 33 | </child> |
36 | 34 | <child> |
37 | 35 | <object class="GtkLabel"> |
38 | 36 | <property name="label" translatable="yes"><i>Winprops allow setting window properties to be applied to new windows</i></property> |
39 | 37 | <property name="max_width_chars">-1</property> |
40 | 38 | <property name="margin-top">12px</property> |
41 | | - <property name="margin-bottom">2px</property> |
| 39 | + <property name="margin-bottom">12px</property> |
42 | 40 | <property name="use_markup">True</property> |
43 | 41 | </object> |
44 | 42 | </child> |
|
51 | 49 | <property name="vexpand">True</property> |
52 | 50 | <child> |
53 | 51 | <object class="GtkListBox" id="listbox"> |
54 | | - <property name="hexpand">True</property> |
55 | | - <property name="margin_start">36</property> |
56 | | - <property name="margin_end">36</property> |
57 | | - <property name="margin_top">16</property> |
58 | | - <property name="margin_bottom">36</property> |
59 | | - <property name="width_request">480</property> |
60 | 52 | <property name="show_separators">True</property> |
61 | 53 | <style> |
62 | | - <class name="keybindings" /> |
63 | 54 | <class name="winprops" /> |
64 | 55 | <class name="frame" /> |
65 | 56 | </style> |
|
0 commit comments