[gnome-control-center/wip/gbsneto/new-goa-panel: 12/25] 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: 12/25] online-accounts: explicitly remove the dialog's border width
- Date: Sat, 26 Nov 2016 10:09:37 +0000 (UTC)
commit ba9bf5f4a8a7b4f34ce95f9056767099888a6003
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 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]