[epiphany] bookmarks: Don't set scrolled window's max-content-height
- From: Jonathan Kang <jonathankang src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] bookmarks: Don't set scrolled window's max-content-height
- Date: Mon, 11 Dec 2017 09:54:34 +0000 (UTC)
commit 4a32a783195b85a819e3ef6530fc5e2b4ba7b049
Author: Jonathan Kang <jonathan121537 gmail com>
Date: Wed Dec 6 17:43:27 2017 +0800
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
src/resources/gtk/bookmark-properties-grid.ui | 1 -
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 c200cf7..2936653 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>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]