[rhythmbox] podcast: set size request for the podcast description container



commit 2b9494c6d04e7b2e9fae959c1bf29ecbca7198c0
Author: Jonathan Matthew <jonathan d14n org>
Date:   Fri Jun 4 20:52:42 2010 +1000

    podcast: set size request for the podcast description container
    
    Otherwise, the podcast properties window width depends mostly on the
    feed name, which often isn't wide enough for the description to be
    readable.

 data/ui/podcast-properties.ui |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/data/ui/podcast-properties.ui b/data/ui/podcast-properties.ui
index 6c389d6..6b8b15c 100644
--- a/data/ui/podcast-properties.ui
+++ b/data/ui/podcast-properties.ui
@@ -135,6 +135,7 @@
             <property name="vscrollbar_policy">automatic</property>
             <child>
               <object class="GtkViewport" id="descriptionViewport">
+                <property name="width_request">300</property>
                 <property name="visible">True</property>
                 <property name="resize_mode">queue</property>
                 <property name="shadow_type">none</property>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]