summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2019-07-23 12:17:53 +0200
committerLubomir Rintel <lkundrak@v3.sk>2019-07-23 12:23:53 +0200
commit79916e00f2e3c3fac41dab5ebbf08b47ffddebcd (patch)
treecb4bcd39b90ac16448b3b05bb19b6913f1a625aa
parent9fe093454b9a1addef7650f365d66d5b68ccc8b8 (diff)
downloadnetwork-manager-applet-lr/window-margins.tar.gz
editor: move the margins from the dialog widget to the inner onelr/window-margins
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">