summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2021-10-25 12:50:56 +0200
committerLubomir Rintel <lkundrak@v3.sk>2021-10-25 13:26:47 +0200
commit7d0a021b5212fd2dbfe06c23e474f10ba1790adc (patch)
treec5de532f2a659c6df5e3e90364e76b9811e8ae78
parent3506019a2c05fcd1c75c7ec32ab12a58a53fe872 (diff)
downloadnetwork-manager-applet-7d0a021b5212fd2dbfe06c23e474f10ba1790adc.tar.gz
8021x: move the margins from dialog to the inner vboxlr-ethernet-dialog
Then a window, such as a dialog, has a margin, garbage is rendeded in it. Let's draw the margins inside the window instead.
-rw-r--r--src/8021x.ui8
1 files 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>