aboutsummaryrefslogtreecommitdiff
path: root/resources/ui/accounts.ui
diff options
context:
space:
mode:
Diffstat (limited to 'resources/ui/accounts.ui')
-rw-r--r--resources/ui/accounts.ui107
1 files changed, 107 insertions, 0 deletions
diff --git a/resources/ui/accounts.ui b/resources/ui/accounts.ui
new file mode 100644
index 0000000..d4ffb4e
--- /dev/null
+++ b/resources/ui/accounts.ui
@@ -0,0 +1,107 @@
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="GtkDialog" id="accounts_dialog">
6 <property name="can-focus">False</property>
7 <property name="type-hint">dialog</property>
8 <child internal-child="vbox">
9 <object class="GtkBox">
10 <property name="can-focus">False</property>
11 <property name="orientation">vertical</property>
12 <property name="spacing">2</property>
13 <child internal-child="action_area">
14 <object class="GtkButtonBox">
15 <property name="can-focus">False</property>
16 <property name="layout-style">end</property>
17 <child>
18 <object class="GtkButton" id="close_button">
19 <property name="label" translatable="yes">Close</property>
20 <property name="visible">True</property>
21 <property name="can-focus">True</property>
22 <property name="receives-default">True</property>
23 </object>
24 <packing>
25 <property name="expand">True</property>
26 <property name="fill">True</property>
27 <property name="position">0</property>
28 </packing>
29 </child>
30 </object>
31 <packing>
32 <property name="expand">False</property>
33 <property name="fill">False</property>
34 <property name="position">0</property>
35 </packing>
36 </child>
37 <child>
38 <object class="GtkScrolledWindow">
39 <property name="visible">True</property>
40 <property name="can-focus">True</property>
41 <property name="shadow-type">in</property>
42 <child>
43 <object class="GtkViewport">
44 <property name="visible">True</property>
45 <property name="can-focus">False</property>
46 <child>
47 <object class="GtkListBox" id="accounts_listbox">
48 <property name="visible">True</property>
49 <property name="can-focus">False</property>
50 <child>
51 <object class="GtkListBoxRow">
52 <property name="visible">True</property>
53 <property name="can-focus">True</property>
54 <property name="selectable">False</property>
55 <child>
56 <object class="GtkBox">
57 <property name="visible">True</property>
58 <property name="can-focus">False</property>
59 <child>
60 <object class="GtkImage">
61 <property name="width-request">36</property>
62 <property name="height-request">36</property>
63 <property name="visible">True</property>
64 <property name="can-focus">False</property>
65 <property name="icon-name">list-add-symbolic</property>
66 <property name="icon_size">3</property>
67 </object>
68 <packing>
69 <property name="expand">False</property>
70 <property name="fill">True</property>
71 <property name="position">0</property>
72 </packing>
73 </child>
74 <child>
75 <object class="GtkLabel">
76 <property name="visible">True</property>
77 <property name="can-focus">False</property>
78 <property name="label" translatable="yes">Add Account</property>
79 </object>
80 <packing>
81 <property name="expand">False</property>
82 <property name="fill">True</property>
83 <property name="position">1</property>
84 </packing>
85 </child>
86 <style>
87 <class name="account-entry"/>
88 </style>
89 </object>
90 </child>
91 </object>
92 </child>
93 </object>
94 </child>
95 </object>
96 </child>
97 </object>
98 <packing>
99 <property name="expand">True</property>
100 <property name="fill">True</property>
101 <property name="position">1</property>
102 </packing>
103 </child>
104 </object>
105 </child>
106 </object>
107</interface>