summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2011-04-05 21:47:28 +0000
committerjstebbins <[email protected]>2011-04-05 21:47:28 +0000
commit08d11c73ba7cbe03bdaa6fe6417643a74caa62e1 (patch)
tree668bdfd656eafb26bf0489e99ac72c686c22a813
parent2f430db550d8afd3c9ee61c57c1966541d4de8cf (diff)
LinGui: fix a couple layout issues
Source title display was truncated. Notbook widget was changing sizes when changing video encoders. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3905 b64f7644-9d1e-0410-96f1-a4d463321fa5
-rw-r--r--gtk/src/ghb.ui7
1 files changed, 4 insertions, 3 deletions
diff --git a/gtk/src/ghb.ui b/gtk/src/ghb.ui
index f5bb94300..823e66785 100644
--- a/gtk/src/ghb.ui
+++ b/gtk/src/ghb.ui
@@ -718,14 +718,13 @@
</child>
<child>
<object class="GtkLabel" id="source_title">
- <property name="width_request">240</property>
<property name="visible">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">None</property>
</object>
<packing>
- <property name="expand">False</property>
+ <property name="expand">True</property>
<property name="position">1</property>
</packing>
</child>
@@ -737,6 +736,7 @@
<child>
<object class="GtkProgressBar" id="scan_prog">
<property name="height_request">10</property>
+ <property name="width_request">400</property>
<property name="visible">False</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="text" translatable="yes"/>
@@ -744,6 +744,7 @@
</child>
</object>
<packing>
+ <property name="expand">False</property>
<property name="position">2</property>
</packing>
</child>
@@ -1595,7 +1596,7 @@
<property name="right_padding">4</property>
<child>
<object class="GtkImage" id="preview_button_image">
- <property name="width_request">400</property>
+ <property name="width_request">448</property>
<property name="height_request">200</property>
<property name="visible">True</property>
<property name="icon_name">hb-icon</property>