[network-manager-applet/lr-ethernet-dialog: 3/3] 8021x: move the margins from dialog to the inner vbox




commit 7d0a021b5212fd2dbfe06c23e474f10ba1790adc
Author: Lubomir Rintel <lkundrak v3 sk>
Date:   Mon Oct 25 12:50:56 2021 +0200

    8021x: move the margins from dialog to the inner vbox
    
    Then a window, such as a dialog, has a margin, garbage is rendeded in
    it. Let's draw the margins inside the window instead.

 src/8021x.ui | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/8021x.ui b/src/8021x.ui
index 75c8d94f..92a3a1d5 100644
--- a/src/8021x.ui
+++ b/src/8021x.ui
@@ -4,10 +4,6 @@
   <requires lib="gtk+" version="3.10"/>
   <object class="GtkDialog" id="8021x_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="title" translatable="yes">802.1X authentication</property>
     <property name="resizable">False</property>
     <property name="modal">True</property>
@@ -21,6 +17,10 @@
         <property name="can_focus">False</property>
         <property name="orientation">vertical</property>
         <property name="spacing">2</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>
         <child internal-child="action_area">
           <object class="GtkButtonBox" id="dialog-action_area1">
             <property name="visible">True</property>


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