[network-manager-applet: 2/14] applet/info-dialog: remove the margin



commit b819c916e325fe6fdb900ea8ace8e538be9d03ee
Author: Lubomir Rintel <lkundrak v3 sk>
Date:   Fri Nov 2 09:43:55 2018 +0100

    applet/info-dialog: remove the margin
    
    Margin on a window doesn't make sense. For some reason the right one ends
    up being transparent, which looks really really really ugly.

 src/info.ui | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)
---
diff --git a/src/info.ui b/src/info.ui
index a3e2e7b6..950593ec 100644
--- a/src/info.ui
+++ b/src/info.ui
@@ -5,10 +5,7 @@
   <object class="GtkDialog" id="info_dialog">
     <property name="width_request">600</property>
     <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="border_width">5</property>
     <property name="title" translatable="yes">Connection Information</property>
     <property name="resizable">False</property>
     <property name="window_position">center</property>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]