[gnome-contacts] LinkedAccounts dialog: add frame around list
- From: Erick Pérez Castellanos <erickpc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-contacts] LinkedAccounts dialog: add frame around list
- Date: Fri, 14 Feb 2014 21:29:29 +0000 (UTC)
commit 69856aa9f2e7ad75690bd0343af1d6ff2692d32d
Author: Erick Pérez Castellanos <erick red gmail com>
Date: Thu Feb 13 03:54:26 2014 -0500
LinkedAccounts dialog: add frame around list
The border added is similar to the one in Change Addressbook dialog
Fix: https://bugzilla.gnome.org/show_bug.cgi?id=709099
src/contacts-linked-accounts-dialog.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/contacts-linked-accounts-dialog.vala b/src/contacts-linked-accounts-dialog.vala
index 3155af7..6b5b392 100644
--- a/src/contacts-linked-accounts-dialog.vala
+++ b/src/contacts-linked-accounts-dialog.vala
@@ -45,7 +45,7 @@ public class Contacts.LinkedAccountsDialog : Dialog {
scrolled.set_policy (PolicyType.NEVER, PolicyType.AUTOMATIC);
scrolled.set_hexpand (true);
scrolled.set_vexpand (true);
- scrolled.set_shadow_type (ShadowType.NONE);
+ scrolled.set_shadow_type (ShadowType.IN);
linked_accounts_view = new ListBox ();
linked_accounts_view.set_selection_mode (SelectionMode.NONE);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]