From 61fe4bf7cc38fd8f414e6f540f9c53bb288aab47 Mon Sep 17 00:00:00 2001 From: Jonas Danielsson Date: Wed, 14 Jan 2015 01:56:49 -0500 Subject: Add map widget https://bugzilla.gnome.org/show_bug.cgi?id=658553 --- data/Makefile.am | 1 + data/contacts.gresource.xml | 1 + data/ui/contacts-address-map.ui | 40 ++++++++++++++++++++++++++++++++++++++++ data/ui/style.css | 4 ++++ 4 files changed, 46 insertions(+) create mode 100644 data/ui/contacts-address-map.ui (limited to 'data') diff --git a/data/Makefile.am b/data/Makefile.am index 780f586..60e4b6c 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -37,6 +37,7 @@ EXTRA_DIST = \ org.gnome.Contacts.search-provider.ini.in.in \ contacts.gresource.xml \ ui/app-menu.ui \ + ui/contacts-address-map.ui \ ui/contacts-window.ui \ ui/contacts-list-pane.ui \ ui/style.css \ diff --git a/data/contacts.gresource.xml b/data/contacts.gresource.xml index 2b1ba03..98bfee4 100644 --- a/data/contacts.gresource.xml +++ b/data/contacts.gresource.xml @@ -3,6 +3,7 @@ ui/style.css ui/app-menu.ui + ui/contacts-address-map.ui ui/contacts-window.ui ui/contacts-list-pane.ui diff --git a/data/ui/contacts-address-map.ui b/data/ui/contacts-address-map.ui new file mode 100644 index 0000000..2ad0304 --- /dev/null +++ b/data/ui/contacts-address-map.ui @@ -0,0 +1,40 @@ + + + + + diff --git a/data/ui/style.css b/data/ui/style.css index 92647a7..7ecf854 100644 --- a/data/ui/style.css +++ b/data/ui/style.css @@ -10,6 +10,10 @@ ContactsListPane.frame:dir(rtl) { border-width: 0 0 0 1px; } +.contacts-map { + background-color: @theme_bg_color; +} + /* contatcs view new color */ .contacts-view { background-color: transparent; -- cgit v1.2.1