[epiphany/gnome-3-32] Restore Encoding dialog look.



commit ad80719e164a44fe027606470d4a196adb722a2f
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Sat Feb 23 14:29:24 2019 +0000

    Restore Encoding dialog look.
    
    Commit 79d4d9d01e added a big empty space in the dialog,
    and a strange alignment, when recent encodings are used.
    
    
    (cherry picked from commit 55356b524fb0296a915036cf011625e90153b037)

 src/resources/gtk/encoding-dialog.ui | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/src/resources/gtk/encoding-dialog.ui b/src/resources/gtk/encoding-dialog.ui
index ff21e7211..bfc54175e 100644
--- a/src/resources/gtk/encoding-dialog.ui
+++ b/src/resources/gtk/encoding-dialog.ui
@@ -86,6 +86,7 @@
                 <child>
                   <object class="GtkGrid" id="recent_grid">
                     <property name="visible">True</property>
+                    <property name="vexpand">True</property>
                     <property name="can_focus">False</property>
                     <property name="orientation">vertical</property>
                     <property name="row_spacing">8</property>
@@ -108,9 +109,9 @@
                     <child>
                       <object class="GtkFrame">
                         <property name="visible">True</property>
+                        <property name="vexpand">True</property>
                         <property name="can_focus">False</property>
                         <property name="hexpand">True</property>
-                        <property name="border_width">6</property>
                         <property name="label_xalign">0</property>
                         <property name="shadow_type">in</property>
                         <child>


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