[gnome-control-center/wip/gbsneto/new-goa-panel: 64/76] online-accounts: explicitly remove the dialog's border width
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center/wip/gbsneto/new-goa-panel: 64/76] online-accounts: explicitly remove the dialog's border width
- Date: Wed, 25 Jan 2017 22:53:12 +0000 (UTC)
commit e7cfa93e92346565223ae7a79ccdd0a978312354
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Thu Nov 10 11:41:43 2016 -0200
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
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 deccc41..277d23b 100644
--- a/panels/online-accounts/online-accounts.ui
+++ b/panels/online-accounts/online-accounts.ui
@@ -92,6 +92,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>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]