summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2021-10-25 12:50:56 +0200
committerLubomir Rintel <lkundrak@v3.sk>2021-11-04 13:47:45 +0100
commitaf1b49926b06d3a01fa7785a2706f4ad814bf621 (patch)
treeda7bba4192c9eeeba59710dff83fe782de2f3563
parent261465eceaf1a445f593e0ed3c871eb61b9bbb4f (diff)
downloadnetwork-manager-applet-lr/ethernet-dialog.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>