By using this site, you agree to have cookies stored on your device, strictly for functional purposes, such as storing your session and preferences.

Dismiss

 providers.ui

View raw Download
text/xml • 2.44 kiB
XML 1.0 document, ASCII text
        
            
1
<?xml version="1.0" encoding="UTF-8"?>
2
<!-- Generated with glade 3.38.2 -->
3
<interface>
4
<requires lib="gtk+" version="3.24"/>
5
<object class="GtkWindow" id="providers-window">
6
<property name="can-focus">False</property>
7
<property name="title" translatable="yes">Search providers</property>
8
<property name="default-width">448</property>
9
<property name="default-height">320</property>
10
<child>
11
<object class="GtkBox">
12
<property name="visible">True</property>
13
<property name="can-focus">False</property>
14
<property name="orientation">vertical</property>
15
<child>
16
<object class="GtkLabel">
17
<property name="visible">True</property>
18
<property name="can-focus">False</property>
19
<property name="label" translatable="yes">Changes made here will only apply when the application is restarted.</property>
20
</object>
21
<packing>
22
<property name="expand">False</property>
23
<property name="fill">True</property>
24
<property name="position">0</property>
25
</packing>
26
</child>
27
<child>
28
<object class="GtkScrolledWindow">
29
<property name="visible">True</property>
30
<property name="can-focus">True</property>
31
<property name="hscrollbar-policy">never</property>
32
<property name="shadow-type">in</property>
33
<property name="max-content-height">768</property>
34
<property name="propagate-natural-width">True</property>
35
<child>
36
<object class="GtkViewport">
37
<property name="visible">True</property>
38
<property name="can-focus">False</property>
39
<child>
40
<!-- n-columns=1 n-rows=0 -->
41
<object class="GtkGrid" id="providers-table">
42
<property name="visible">True</property>
43
<property name="can-focus">False</property>
44
<property name="row-spacing">4</property>
45
<property name="column-spacing">4</property>
46
</object>
47
</child>
48
</object>
49
</child>
50
</object>
51
<packing>
52
<property name="expand">True</property>
53
<property name="fill">True</property>
54
<property name="position">1</property>
55
</packing>
56
</child>
57
</object>
58
</child>
59
</object>
60
</interface>
61