summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Bacher <seb128@ubuntu.com>2017-09-20 11:47:42 +0200
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2017-09-20 10:29:37 -0300
commit12ddb730d6a9ddc09d083f88c7ca818a31107fb2 (patch)
treef3c749cf6d393a92da2b26855cbfdb0608a13691
parentd39408adc8ec8c4699025a9d2ace4b1a5cc2bd74 (diff)
downloadgnome-control-center-12ddb730d6a9ddc09d083f88c7ca818a31107fb2.tar.gz
color: set min-content-height on the profiles list
otherwise there is only space for one line to be displayed https://bugzilla.gnome.org/show_bug.cgi?id=787931
-rw-r--r--panels/color/color.ui2
1 files changed, 2 insertions, 0 deletions
diff --git a/panels/color/color.ui b/panels/color/color.ui
index 4ccb6e0f9..27b409865 100644
--- a/panels/color/color.ui
+++ b/panels/color/color.ui
@@ -702,6 +702,8 @@
<property name="can_focus">True</property>
<property name="hscrollbar_policy">never</property>
<property name="shadow_type">in</property>
+ <property name="hscrollbar-policy">GTK_POLICY_NEVER</property>
+ <property name="min-content-height">300</property>
<child>
<object class="GtkTreeView" id="treeview_assign">
<property name="visible">True</property>