[gnome-control-center] user-accounts: Revert "Fix history dialog height"



commit 4f48934b50eaf8ad0bd4735f04d46725544b18c4
Author: Felipe Borges <felipeborges gnome org>
Date:   Tue Sep 6 16:54:29 2016 +0200

    user-accounts: Revert "Fix history dialog height"
    
    This reverts commit 77c26aa16292f6a4ad1fed1d9c40e96a9cff8823.
    
    Since the changes in GtkScrolledWindow on Bug 766569, this patch
    is no longer necessary.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=767065

 panels/user-accounts/data/history-dialog.ui |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/panels/user-accounts/data/history-dialog.ui b/panels/user-accounts/data/history-dialog.ui
index 7ad6433..a1b5f8a 100644
--- a/panels/user-accounts/data/history-dialog.ui
+++ b/panels/user-accounts/data/history-dialog.ui
@@ -78,8 +78,7 @@
             <child>
               <object class="GtkScrolledWindow" id="scrolledwindow1">
                 <property name="width_request">350</property>
-                <property name="min-content-height">300</property>
-                <property name="max-content-height">300</property>
+                <property name="height_request">300</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="hexpand">True</property>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]