summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2008-12-24 00:01:29 +0000
committerjstebbins <[email protected]>2008-12-24 00:01:29 +0000
commitbc224269a460a08723f7ebd245bf9fa0cda2af73 (patch)
tree73d029a615cee389c7e4aa766e0e86930eb5a488
parent6b2d044fd934c0d099f98d61780b4810335e9cb2 (diff)
LinGui: Fix how preset list expands when window is resized.
It wasn't, now it does. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2044 b64f7644-9d1e-0410-96f1-a4d463321fa5
-rw-r--r--gtk/src/ghb.ui2
-rw-r--r--gtk/src/resource_data.h3
-rw-r--r--gtk/src/resources.plist2
3 files changed, 0 insertions, 7 deletions
diff --git a/gtk/src/ghb.ui b/gtk/src/ghb.ui
index 9d9ac5edc..9971feb6b 100644
--- a/gtk/src/ghb.ui
+++ b/gtk/src/ghb.ui
@@ -3105,13 +3105,11 @@ no-fast-pskip=0:no-dct-decimate=0:cabac=1</property>
</object>
<packing>
<property name="position">1</property>
- <property name="expand">False</property>
</packing>
</child>
</object>
<packing>
<property name="position">2</property>
- <property name="expand">False</property>
</packing>
</child>
diff --git a/gtk/src/resource_data.h b/gtk/src/resource_data.h
index c18027751..a25fd01b3 100644
--- a/gtk/src/resource_data.h
+++ b/gtk/src/resource_data.h
@@ -5081,14 +5081,11 @@
" &lt;packing&gt;\n"
" &lt;property name=&quot;position&quot;&gt;1&lt;/property&gt"
";\n"
-" &lt;property name=&quot;expand&quot;&gt;False&lt;/property&"
-"gt;\n"
" &lt;/packing&gt;\n"
" &lt;/child&gt;\n"
" &lt;/object&gt;\n"
" &lt;packing&gt;\n"
" &lt;property name=&quot;position&quot;&gt;2&lt;/property&gt;\n"
-" &lt;property name=&quot;expand&quot;&gt;False&lt;/property&gt;\n"
" &lt;/packing&gt;\n"
" &lt;/child&gt;\n"
"\n"
diff --git a/gtk/src/resources.plist b/gtk/src/resources.plist
index a9c0605ec..b12ce36f7 100644
--- a/gtk/src/resources.plist
+++ b/gtk/src/resources.plist
@@ -3110,13 +3110,11 @@ no-fast-pskip=0:no-dct-decimate=0:cabac=1&lt;/property&gt;
&lt;/object&gt;
&lt;packing&gt;
&lt;property name=&quot;position&quot;&gt;1&lt;/property&gt;
- &lt;property name=&quot;expand&quot;&gt;False&lt;/property&gt;
&lt;/packing&gt;
&lt;/child&gt;
&lt;/object&gt;
&lt;packing&gt;
&lt;property name=&quot;position&quot;&gt;2&lt;/property&gt;
- &lt;property name=&quot;expand&quot;&gt;False&lt;/property&gt;
&lt;/packing&gt;
&lt;/child&gt;