summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2019-07-23 12:17:53 +0200
committerLubomir Rintel <lkundrak@v3.sk>2019-09-10 11:30:35 +0200
commit3d7fd849f212f5f2c80a4a6941b343c1dd066625 (patch)
treea21403b48e71e2bd04a5c560fe38b53fe5664730
parent84e825502e34463b29a4e5252786a0580e8549df (diff)
downloadnetwork-manager-applet-3d7fd849f212f5f2c80a4a6941b343c1dd066625.tar.gz
editor: move the margins from the dialog widget to the inner one
If the outermost widget has margins, they end up as transparent or black shadow artifacts of the window. https://gitlab.gnome.org/GNOME/network-manager-applet/issues/41
-rw-r--r--src/connection-editor/ce-new-connection.ui8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/connection-editor/ce-new-connection.ui b/src/connection-editor/ce-new-connection.ui
index aeae2789..556c5429 100644
--- a/src/connection-editor/ce-new-connection.ui
+++ b/src/connection-editor/ce-new-connection.ui
@@ -24,10 +24,6 @@
</object>
<object class="GtkDialog" id="new_connection_type_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"> </property>
<property name="resizable">False</property>
<property name="modal">True</property>
@@ -38,6 +34,10 @@
<object class="GtkBox" id="vbox2">
<property name="visible">True</property>
<property name="can_focus">False</property>
+ <property name="margin_left">5</property>
+ <property name="margin_right">5</property>
+ <property name="margin_top">5</property>
+ <property name="margin_bottom">5</property>
<property name="orientation">vertical</property>
<property name="spacing">2</property>
<child internal-child="action_area">