summaryrefslogtreecommitdiffstats
path: root/gtk/src/ghb.ui
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2009-10-06 16:08:22 +0000
committerjstebbins <[email protected]>2009-10-06 16:08:22 +0000
commit9a73d82e4812f2259a2c330d66c0c1ee83afd892 (patch)
tree9f79ad6e75ee3bbc3c833bf7718d9854114f4ed7 /gtk/src/ghb.ui
parent7c3a4811cebc515c5f055e7547eebc29f127b7c8 (diff)
LinGui: make the activity window a little wider
and make the label showing the location of the activity log file big/bold git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2872 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/ghb.ui')
-rw-r--r--gtk/src/ghb.ui5
1 files changed, 3 insertions, 2 deletions
diff --git a/gtk/src/ghb.ui b/gtk/src/ghb.ui
index eabbd7077..68cf4d54b 100644
--- a/gtk/src/ghb.ui
+++ b/gtk/src/ghb.ui
@@ -4715,6 +4715,7 @@ Requires subme >= 6 and trellis >= 1.</property>
<property name="visible">True</property>
</object>
<packing>
+ <property name="padding">5</property>
<property name="expand">False</property>
<property name="position">1</property>
</packing>
@@ -4728,8 +4729,8 @@ Requires subme >= 6 and trellis >= 1.</property>
<property name="shadow_type">GTK_SHADOW_IN</property>
<child>
<object class="GtkTextView" id="activity_view">
- <property name="width_request">500</property>
- <property name="height_request">500</property>
+ <property name="width_request">600</property>
+ <property name="height_request">600</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>