[PATCH 2/2] The environment window needs a vertical scroll bar (#865066).

Chris Lumens clumens at redhat.com
Thu Oct 11 18:37:25 UTC 2012


With the addition of Cinnamon and MATE and some others, there's now entirely
too much stuff in the environment window to fit without scrolling.  Plus, I
guess smaller screens always needed to scroll.  Without a scroll bar, GTK
puts this window in a really bizarre place.  See the screenshot attached to
the bug.
---
 pyanaconda/ui/gui/spokes/software.glade | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/pyanaconda/ui/gui/spokes/software.glade b/pyanaconda/ui/gui/spokes/software.glade
index d4da327..888fdc1 100644
--- a/pyanaconda/ui/gui/spokes/software.glade
+++ b/pyanaconda/ui/gui/spokes/software.glade
@@ -48,7 +48,7 @@
             <property name="can_focus">False</property>
             <property name="yalign">0</property>
             <property name="xscale">0.5</property>
-            <property name="yscale">0.5</property>
+            <property name="yscale">0.75</property>
             <child internal-child="action_area">
               <object class="GtkBox" id="softwareWindow-actionArea">
                 <property name="can_focus">False</property>
@@ -87,7 +87,6 @@
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="hscrollbar_policy">never</property>
-                            <property name="vscrollbar_policy">never</property>
                             <property name="shadow_type">in</property>
                             <child>
                               <object class="GtkViewport" id="viewport2">
@@ -145,7 +144,7 @@
                             </child>
                           </object>
                           <packing>
-                            <property name="expand">False</property>
+                            <property name="expand">True</property>
                             <property name="fill">True</property>
                             <property name="position">1</property>
                           </packing>
-- 
1.7.11.2



More information about the anaconda-patches mailing list