[epiphany] Fix: Passwords dialog expands horizontally when deleting password



commit 4b9e0f2ebab093a072ae190782ccb1d8fdd279b5
Author: Jan-Michael Brummer <jan brummer tabos org>
Date:   Sun Dec 23 10:23:56 2018 +0100

    Fix: Passwords dialog expands horizontally when deleting password
    
    Allow scroleld window to scroll horizontally and fix size to fit for smaller screens.
    
    Fixes: https://gitlab.gnome.org/GNOME/epiphany/issues/285

 src/resources/gtk/passwords-dialog.ui | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)
---
diff --git a/src/resources/gtk/passwords-dialog.ui b/src/resources/gtk/passwords-dialog.ui
index dd9b1a238..ced62a748 100644
--- a/src/resources/gtk/passwords-dialog.ui
+++ b/src/resources/gtk/passwords-dialog.ui
@@ -22,10 +22,9 @@
     <property name="model">treemodelfilter</property>
   </object>
   <template class="EphyPasswordsDialog" parent="GtkDialog">
-    <property name="height_request">500</property>
     <property name="modal">True</property>
     <property name="window_position">center</property>
-    <property name="default_width">300</property>
+    <property name="default_width">600</property>
     <property name="default_height">600</property>
     <property name="destroy_with_parent">True</property>
     <property name="type_hint">dialog</property>
@@ -86,7 +85,6 @@
             <child>
               <object class="GtkSearchEntry">
                 <property name="visible">True</property>
-                <property name="width-request">300</property> <!-- looks cool and large enough -->
                 <property name="primary_icon_name">edit-find-symbolic</property>
                 <property name="primary_icon_activatable">False</property>
                 <property name="primary_icon_sensitive">False</property>
@@ -102,7 +100,6 @@
             <property name="height_request">300</property>
             <property name="visible">True</property>
             <property name="expand">True</property>
-            <property name="hscrollbar_policy">never</property>
             <property name="min_content_width">300</property>
             <property name="min_content_height">300</property>
             <child>


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