summaryrefslogtreecommitdiff
path: root/panels
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2016-07-29 15:25:08 +0200
committerFelipe Borges <felipeborges@gnome.org>2016-08-04 17:13:26 +0200
commit77c26aa16292f6a4ad1fed1d9c40e96a9cff8823 (patch)
tree9c600e22f1990646f7065afc2faaa59906cdf40c /panels
parent00f96ca50210a53d874ee01195af423121a0b0f1 (diff)
downloadgnome-control-center-77c26aa16292f6a4ad1fed1d9c40e96a9cff8823.tar.gz
user-accounts: Fix history dialog height
History dialog changes its height depending on number of entries. It is caused by the recent GtkScrolledWindow changes from Bug 766569. Set fixed min and max content heights to avoid this behavioral. https://bugzilla.gnome.org/show_bug.cgi?id=767065
Diffstat (limited to 'panels')
-rw-r--r--panels/user-accounts/data/history-dialog.ui3
1 files changed, 2 insertions, 1 deletions
diff --git a/panels/user-accounts/data/history-dialog.ui b/panels/user-accounts/data/history-dialog.ui
index a1b5f8a3b..7ad643390 100644
--- a/panels/user-accounts/data/history-dialog.ui
+++ b/panels/user-accounts/data/history-dialog.ui
@@ -78,7 +78,8 @@
<child>
<object class="GtkScrolledWindow" id="scrolledwindow1">
<property name="width_request">350</property>
- <property name="height_request">300</property>
+ <property name="min-content-height">300</property>
+ <property name="max-content-height">300</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="hexpand">True</property>