[f-spot/FSPOT_0_6_0_STABLE] zoom the images on setting the background
- From: Stephane Delcroix <sdelcroix src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [f-spot/FSPOT_0_6_0_STABLE] zoom the images on setting the background
- Date: Thu, 29 Oct 2009 09:33:16 +0000 (UTC)
commit e373fd60908f39ce1fafa36af14161b16b492bd7
Author: Stephane Delcroix <stephane delcroix org>
Date: Fri Oct 2 10:35:22 2009 +0200
zoom the images on setting the background
src/Platform/Gnome/Desktop.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Platform/Gnome/Desktop.cs b/src/Platform/Gnome/Desktop.cs
index ad95782..ff02f04 100644
--- a/src/Platform/Gnome/Desktop.cs
+++ b/src/Platform/Gnome/Desktop.cs
@@ -16,7 +16,7 @@ namespace FSpot.Platform
GConf.Client client = new GConf.Client ();
client.Set ("/desktop/gnome/background/color_shading_type", "solid");
client.Set ("/desktop/gnome/background/primary_color", "#000000");
- client.Set ("/desktop/gnome/background/picture_options", "stretched");
+ client.Set ("/desktop/gnome/background/picture_options", "zoom");
client.Set ("/desktop/gnome/background/picture_opacity", 100);
client.Set ("/desktop/gnome/background/picture_filename", path);
client.Set ("/desktop/gnome/background/draw_background", true);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]