summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@gnome.org>2018-02-14 16:10:07 +0100
committerErnestas Kulik <ernestask@gnome.org>2018-03-24 20:23:48 +0200
commit1b898dac1c59cba7c71fcdc9e0bb1d2356e34a07 (patch)
tree6255af0f3a44b8157bf2f37dce086e6afa837ab2
parent957f2825f5921e2b7591aa7ec6e50ecd41cf119d (diff)
downloadnautilus-1b898dac1c59cba7c71fcdc9e0bb1d2356e34a07.tar.gz
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
-rw-r--r--src/resources/gtk/help-overlay.ui2
1 files changed, 1 insertions, 1 deletions
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>