[gnome-control-center/wip/gbsneto/new-goa-panel: 12/23] online-account: explicitly remove the dialog's border width



commit 8b7d232ba7ba46f073685df505602c7528d56ad8
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Thu Nov 10 11:41:43 2016 -0200

    online-account: explicitly remove the dialog's border width
    
    Looks like Gtk+ assumes all dialogs' internal-vbox widgets have a
    2px border, so explicitly set it to 0.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=774222

 panels/online-accounts/online-accounts.ui |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/panels/online-accounts/online-accounts.ui b/panels/online-accounts/online-accounts.ui
index 05bcea8..8b657b3 100644
--- a/panels/online-accounts/online-accounts.ui
+++ b/panels/online-accounts/online-accounts.ui
@@ -92,6 +92,7 @@
         <property name="visible">True</property>
         <property name="can_focus">False</property>
         <property name="orientation">vertical</property>
+        <property name="border_width">0</property>
         <child>
           <object class="GtkStack" id="stack">
             <property name="visible">True</property>


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