diff options
author | Georges Basile Stavracas Neto <georges.stavracas@gmail.com> | 2016-11-10 11:41:43 -0200 |
---|---|---|
committer | Debarshi Ray <debarshir@gnome.org> | 2017-02-08 17:33:46 +0100 |
commit | 4f1e27e3baef472287c3e45c64fd197827f8b33a (patch) | |
tree | 442f9f77332fc57710265e706b3b4a3c0b7e1dd5 /panels/online-accounts | |
parent | d50a07da565a19a9cc8d11a07ebcfca4535c0f4d (diff) | |
download | gnome-control-center-4f1e27e3baef472287c3e45c64fd197827f8b33a.tar.gz |
online-accounts: 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
Diffstat (limited to 'panels/online-accounts')
-rw-r--r-- | 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 f5869cac4..27ffb185e 100644 --- a/panels/online-accounts/online-accounts.ui +++ b/panels/online-accounts/online-accounts.ui @@ -91,6 +91,7 @@ <object class="GtkBox"> <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> |