[epiphany/gnome-3-30] encoding-dialog: add some column spacing to grid



commit 86ac30111bc2031cd9738800c3322cd9fa8aca45
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Tue Nov 13 17:14:03 2018 -0600

    encoding-dialog: add some column spacing to grid
    
    This avoids the label from pushing up against the toggle button if the
    translation is long.
    
    Fixes #576

 src/resources/gtk/encoding-dialog.ui | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/resources/gtk/encoding-dialog.ui b/src/resources/gtk/encoding-dialog.ui
index 9d158df81..a46ce5bc5 100644
--- a/src/resources/gtk/encoding-dialog.ui
+++ b/src/resources/gtk/encoding-dialog.ui
@@ -21,6 +21,7 @@
             <property name="visible">True</property>
             <property name="hexpand">True</property>
             <property name="orientation">horizontal</property>
+            <property name="column-spacing">6</property>
             <child>
               <object class="GtkLabel">
                 <property name="visible">True</property>


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