[nautilus] help-overly: Reduce maximum size of elements



commit 65b9e8acc4e9e7a53373463e775059f6c6cfda9e
Author: Carlos Soriano <csoriano gnome org>
Date:   Wed Feb 14 16:10:07 2018 +0100

    help-overly: Reduce maximum size of elements
    
    The shortcuts window was occupying more than 768px of height with the
    current set up of maximum items per column. Since our HIG recommends
    to support this size as minimum, we need to either redesign the shotcuts
    sections or decrease the items per column.
    
    This commit implements the later.
    
    Closes https://gitlab.gnome.org/GNOME/nautilus/issues/107

 src/resources/gtk/help-overlay.ui | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/resources/gtk/help-overlay.ui b/src/resources/gtk/help-overlay.ui
index 7cf7a1b6a..4e1e28c3f 100644
--- a/src/resources/gtk/help-overlay.ui
+++ b/src/resources/gtk/help-overlay.ui
@@ -6,7 +6,7 @@
       <object class="GtkShortcutsSection">
         <property name="visible">True</property>
         <property name="section-name">shortcuts</property>
-        <property name="max-height">17</property>
+        <property name="max-height">12</property>
         <child>
           <object class="GtkShortcutsGroup">
             <property name="visible">True</property>


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