Author: andar
Revision: 6049
Log:
Fix some packing due to the last commit
Diff:
Modified:
branches/1.2_RC/deluge/plugins/blocklist/blocklist/data/blocklist_pref.glade
===================================================================
---
branches/1.2_RC/deluge/plugins/blocklist/blocklist/data/blocklist_pref.glade
2009-12-20 04:18:21 UTC (rev 6048)
+++
branches/1.2_RC/deluge/plugins/blocklist/blocklist/data/blocklist_pref.glade
2009-12-20 04:23:50 UTC (rev 6049)
@@ -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>
Modified:
branches/1.2_RC/deluge/plugins/execute/execute/data/execute_prefs.glade
===================================================================
--- branches/1.2_RC/deluge/plugins/execute/execute/data/execute_prefs.glade
2009-12-20 04:18:21 UTC (rev 6048)
+++ branches/1.2_RC/deluge/plugins/execute/execute/data/execute_prefs.glade
2009-12-20 04:23:50 UTC (rev 6049)
@@ -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>
Modified: trunk/deluge/plugins/blocklist/blocklist/data/blocklist_pref.glade
===================================================================
--- trunk/deluge/plugins/blocklist/blocklist/data/blocklist_pref.glade
2009-12-20 04:18:21 UTC (rev 6048)
+++ trunk/deluge/plugins/blocklist/blocklist/data/blocklist_pref.glade
2009-12-20 04:23:50 UTC (rev 6049)
@@ -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>
Modified: trunk/deluge/plugins/execute/execute/data/execute_prefs.glade
===================================================================
--- trunk/deluge/plugins/execute/execute/data/execute_prefs.glade
2009-12-20 04:18:21 UTC (rev 6048)
+++ trunk/deluge/plugins/execute/execute/data/execute_prefs.glade
2009-12-20 04:23:50 UTC (rev 6049)
@@ -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>
--
You received this message because you are subscribed to the Google Groups
"deluge-commit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/deluge-commit?hl=en.