summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Kang <jonathan121537@gmail.com>2017-12-06 17:43:27 +0800
committerJonathan Kang <jonathan121537@gmail.com>2017-12-11 15:14:31 +0800
commit4a32a783195b85a819e3ef6530fc5e2b4ba7b049 (patch)
tree05dfc6c410076f87bc9dc5b1061ec195fed3bf12
parent7e420af6989244d7f48a0c51577c0f2f5c04b9cd (diff)
downloadepiphany-4a32a783195b85a819e3ef6530fc5e2b4ba7b049.tar.gz
bookmarks: Don't set scrolled window's max-content-height
Previously the max-content-height of GtkScrolledWindow was set to 132. When users resize the bookmark properties dialog to make it lager, there will be lots of unused space in the bottom of the dialog. Fix that by unsetting max-content-height to default(-1). https://bugzilla.gnome.org/show_bug.cgi?id=778843
-rw-r--r--src/resources/gtk/bookmark-properties-grid.ui1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/resources/gtk/bookmark-properties-grid.ui b/src/resources/gtk/bookmark-properties-grid.ui
index c200cf753..2936653c7 100644
--- a/src/resources/gtk/bookmark-properties-grid.ui
+++ b/src/resources/gtk/bookmark-properties-grid.ui
@@ -106,7 +106,6 @@
<object class="GtkScrolledWindow">
<property name="valign">start</property>
<property name="min-content-height">38</property>
- <property name="max-content-height">132</property>
<property name="hscrollbar-policy">never</property>
<property name="propagate-natural-width">True</property>
<property name="propagate-natural-height">True</property>