forked from kozec/syncthing-gtk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.glade
More file actions
42 lines (42 loc) · 1.77 KB
/
about.glade
File metadata and controls
42 lines (42 loc) · 1.77 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.16.1 -->
<interface>
<requires lib="gtk+" version="3.8"/>
<object class="GtkAboutDialog" id="dialog">
<property name="can_focus">False</property>
<property name="type_hint">dialog</property>
<property name="program_name">Syncthing-GTK</property>
<property name="copyright" translatable="yes">Code&UI © 2014 Kozec</property>
<property name="comments" translatable="yes">GTK GUI and notification area icon for Syncthing</property>
<property name="website">https://github.com/kozec/syncthing-gui</property>
<property name="website_label" translatable="yes">GitHub</property>
<property name="logo">icons/st-gtk-logo.png</property>
<property name="license_type">gpl-2-0</property>
<signal name="response" handler="on_dialog_response" swapped="no"/>
<child internal-child="vbox">
<object class="GtkBox" id="aboutdialog-vbox1">
<property name="can_focus">False</property>
<property name="orientation">vertical</property>
<property name="spacing">2</property>
<child internal-child="action_area">
<object class="GtkButtonBox" id="aboutdialog-action_area1">
<property name="can_focus">False</property>
<property name="layout_style">end</property>
<child>
<placeholder/>
</child>
<child>
<placeholder/>
</child>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="pack_type">end</property>
<property name="position">0</property>
</packing>
</child>
</object>
</child>
</object>
</interface>