summaryrefslogtreecommitdiffstats
path: root/gtk/src/ghb.ui
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2008-09-25 16:26:49 +0000
committerjstebbins <[email protected]>2008-09-25 16:26:49 +0000
commitcb8f50891e804f3768fa3475fb77de961a441498 (patch)
treeb1416daf961caa19fd643bfc4cfd4978cc19717b /gtk/src/ghb.ui
parent0a66557bbd0c429e27463d8bb3fe1918e44b344b (diff)
LinGui: Work around a silly treeview formatting bug.
If the window hasn't been shown yet, the width request doesn't fully do it's job and cell formatting gets munged. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1762 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/ghb.ui')
-rw-r--r--gtk/src/ghb.ui2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/src/ghb.ui b/gtk/src/ghb.ui
index 18b2a7676..3353255ef 100644
--- a/gtk/src/ghb.ui
+++ b/gtk/src/ghb.ui
@@ -3958,7 +3958,7 @@ this setting.</property>
<property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
<child>
<object class="GtkTreeView" id="queue_list">
- <property name="width_request">1024</property>
+ <property name="width_request">900</property>
<property name="height_request">300</property>
<property name="visible">True</property>
<property name="can_focus">True</property>