]> git.0d.be Git - empathy.git/commitdiff
contact-widget: increase zoom on map
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Thu, 25 Feb 2010 09:51:23 +0000 (09:51 +0000)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Thu, 25 Feb 2010 16:49:20 +0000 (16:49 +0000)
libempathy-gtk/empathy-contact-widget.c

index f4e7de4e119dedd1aa206e1dfaea1dbfc6878ae4..daee82dc9b9a0e2989fb062f2d2bd64ca44c809e 100644 (file)
@@ -701,8 +701,10 @@ contact_widget_location_update (EmpathyContactWidget *information)
 
       gtk_container_add (GTK_CONTAINER (information->viewport_map),
           information->map_view_embed);
-      g_object_set (G_OBJECT (information->map_view), "show-license", FALSE,
+      g_object_set (G_OBJECT (information->map_view),
+          "show-license", FALSE,
           "scroll-mode", CHAMPLAIN_SCROLL_MODE_KINETIC,
+          "zoom-level", 10,
           NULL);
 
       layer = champlain_layer_new ();