summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Resch <andrewresch@gmail.com>2009-12-20 04:23:50 +0000
committerAndrew Resch <andrewresch@gmail.com>2009-12-20 04:23:50 +0000
commit14eb3b8b333569f7c91e536006de21d443628a28 (patch)
tree29dc3d7c9ee647324b5f31ad773ea320915cd61a
parentcffc25aac87834a41290d58b411423d83859dcc5 (diff)
downloaddeluge-14eb3b8b333569f7c91e536006de21d443628a28.tar.gz
deluge-14eb3b8b333569f7c91e536006de21d443628a28.tar.bz2
deluge-14eb3b8b333569f7c91e536006de21d443628a28.zip
Fix some packing due to the last commit
-rw-r--r--deluge/plugins/blocklist/blocklist/data/blocklist_pref.glade8
-rw-r--r--deluge/plugins/execute/execute/data/execute_prefs.glade6
2 files changed, 13 insertions, 1 deletions
diff --git a/deluge/plugins/blocklist/blocklist/data/blocklist_pref.glade b/deluge/plugins/blocklist/blocklist/data/blocklist_pref.glade
index 29eadb6c8..98de5500c 100644
--- a/deluge/plugins/blocklist/blocklist/data/blocklist_pref.glade
+++ b/deluge/plugins/blocklist/blocklist/data/blocklist_pref.glade
@@ -6,6 +6,7 @@
<child>
<widget class="GtkVBox" id="blocklist_prefs_box">
<property name="visible">True</property>
+ <property name="orientation">vertical</property>
<property name="spacing">5</property>
<child>
<widget class="GtkFrame" id="frame1">
@@ -58,6 +59,7 @@
</child>
</widget>
<packing>
+ <property name="expand">False</property>
<property name="fill">False</property>
<property name="position">0</property>
</packing>
@@ -74,6 +76,7 @@
<child>
<widget class="GtkVBox" id="vbox1">
<property name="visible">True</property>
+ <property name="orientation">vertical</property>
<property name="spacing">5</property>
<child>
<widget class="GtkTable" id="table1">
@@ -156,6 +159,7 @@
</child>
</widget>
<packing>
+ <property name="expand">False</property>
<property name="fill">False</property>
<property name="position">1</property>
</packing>
@@ -177,6 +181,7 @@
<child>
<widget class="GtkVBox" id="vbox3">
<property name="visible">True</property>
+ <property name="orientation">vertical</property>
<child>
<widget class="GtkButton" id="button_check_download">
<property name="visible">True</property>
@@ -294,6 +299,7 @@
</child>
</widget>
<packing>
+ <property name="expand">False</property>
<property name="fill">False</property>
<property name="position">2</property>
</packing>
@@ -311,6 +317,7 @@
<child>
<widget class="GtkVBox" id="vbox4">
<property name="visible">True</property>
+ <property name="orientation">vertical</property>
<child>
<widget class="GtkProgressBar" id="progressbar">
<property name="visible">True</property>
@@ -440,6 +447,7 @@
</child>
</widget>
<packing>
+ <property name="expand">False</property>
<property name="fill">False</property>
<property name="position">3</property>
</packing>
diff --git a/deluge/plugins/execute/execute/data/execute_prefs.glade b/deluge/plugins/execute/execute/data/execute_prefs.glade
index 7d50b25e5..e47fdb195 100644
--- a/deluge/plugins/execute/execute/data/execute_prefs.glade
+++ b/deluge/plugins/execute/execute/data/execute_prefs.glade
@@ -80,7 +80,7 @@
<property name="layout_style">end</property>
<child>
<widget class="GtkButton" id="button_add">
- <property name="label" translatable="no">gtk-add</property>
+ <property name="label">gtk-add</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -118,6 +118,8 @@
</child>
</widget>
<packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
<property name="position">0</property>
</packing>
</child>
@@ -155,6 +157,8 @@
</child>
</widget>
<packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
<property name="position">1</property>
</packing>
</child>