[network-manager-applet: 2/3] c-e: fix ce-ppp-auth-methods.ui as well



commit 8fbcbcece414cc583d380c2fcb2a45925d39dbbb
Author: nightsky30 <6024315+nightsky30 users noreply github com>
Date:   Tue Jan 14 15:21:41 2020 -0600

    c-e: fix ce-ppp-auth-methods.ui as well
    
    Fix ce-ppp-auth-methods.ui as well per Mikhail's comment
    
    https://gitlab.gnome.org/GNOME/network-manager-applet/merge_requests/75#note_685501
    
    Fixes: 5fbf69f2e21c ('glade: get rid of GtkContainer.border-width')

 src/connection-editor/ce-ppp-auth-methods.ui | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/connection-editor/ce-ppp-auth-methods.ui b/src/connection-editor/ce-ppp-auth-methods.ui
index fb83ed6f..2dc421e8 100644
--- a/src/connection-editor/ce-ppp-auth-methods.ui
+++ b/src/connection-editor/ce-ppp-auth-methods.ui
@@ -4,10 +4,6 @@
   <requires lib="gtk+" version="3.10"/>
   <object class="GtkDialog" id="auth_methods_dialog">
     <property name="can_focus">False</property>
-    <property name="margin_start">5</property>
-    <property name="margin_end">5</property>
-    <property name="margin_top">5</property>
-    <property name="margin_bottom">5</property>
     <property name="window_position">center-on-parent</property>
     <property name="default_width">400</property>
     <property name="icon_name">stock-preferences</property>
@@ -17,6 +13,10 @@
         <property name="visible">True</property>
         <property name="can_focus">False</property>
         <property name="orientation">vertical</property>
+        <property name="margin_start">5</property>
+        <property name="margin_end">5</property>
+        <property name="margin_top">5</property>
+        <property name="margin_bottom">5</property>
         <property name="spacing">2</property>
         <child internal-child="action_area">
           <object class="GtkButtonBox" id="dialog-action_area1">


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