diff options
author | Matthias Vogelgesang <matthias.vogelgesang@gmail.com> | 2012-10-18 10:56:30 +0200 |
---|---|---|
committer | Matthias Vogelgesang <matthias.vogelgesang@gmail.com> | 2012-10-18 10:56:30 +0200 |
commit | a1ab005916ba3aa50923294c5be3da0ded16fbc0 (patch) | |
tree | b594deeda79c753fc3e7591dac4ad2712208ab8d /tools/gui/control.glade | |
parent | de2e8e3191eae37b91f672a03e028a35c8863c9d (diff) | |
download | uca-a1ab005916ba3aa50923294c5be3da0ded16fbc0.tar.gz uca-a1ab005916ba3aa50923294c5be3da0ded16fbc0.tar.bz2 uca-a1ab005916ba3aa50923294c5be3da0ded16fbc0.tar.xz uca-a1ab005916ba3aa50923294c5be3da0ded16fbc0.zip |
Add download button and make dimax work
Diffstat (limited to 'tools/gui/control.glade')
-rw-r--r-- | tools/gui/control.glade | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tools/gui/control.glade b/tools/gui/control.glade index 37f8150..2d2aaac 100644 --- a/tools/gui/control.glade +++ b/tools/gui/control.glade @@ -152,6 +152,18 @@ <property name="homogeneous">True</property> </packing> </child> + <child> + <object class="GtkToolButton" id="download-button"> + <property name="visible">True</property> + <property name="label" translatable="yes">Download</property> + <property name="use_underline">True</property> + <property name="icon_name">network-receive</property> + </object> + <packing> + <property name="expand">False</property> + <property name="homogeneous">True</property> + </packing> + </child> </object> <packing> <property name="expand">False</property> |