[gnome-software] Set a minimum width for application details pages



commit 9713e78f610648720991ac6b8573fc09d45133a6
Author: Richard Hughes <richard hughsie com>
Date:   Thu Nov 14 15:19:52 2013 +0000

    Set a minimum width for application details pages
    
    This prevents applications without long descriptions or screenshots from being
    crunched up in the middle.
    
    Resolves: https://bugzilla.gnome.org/show_bug.cgi?id=710632

 src/gnome-software.ui |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/gnome-software.ui b/src/gnome-software.ui
index 3eb52ed..fd83af9 100644
--- a/src/gnome-software.ui
+++ b/src/gnome-software.ui
@@ -713,6 +713,7 @@
                     <property name="can_focus">False</property>
                     <child>
                       <object class="GtkBox" id="box_details">
+                        <property name="width_request">752</property>
                         <property name="orientation">vertical</property>
                         <property name="visible">True</property>
                         <property name="can_focus">False</property>


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