[network-manager-applet: 3/3] editor: move the margins from the dialog widget to the inner one
- From: Lubomir Rintel <lkundrak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [network-manager-applet: 3/3] editor: move the margins from the dialog widget to the inner one
- Date: Tue, 10 Sep 2019 09:30:47 +0000 (UTC)
commit 3d7fd849f212f5f2c80a4a6941b343c1dd066625
Author: Lubomir Rintel <lkundrak v3 sk>
Date: Tue Jul 23 12:17:53 2019 +0200
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
src/connection-editor/ce-new-connection.ui | 8 ++++----
1 file 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">
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]