[gcompris/gcomprixogoo] Removed autocrop on images to avoid them being cropped in the config menu.
- From: Bruno Coudoin <bcoudoin src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gcompris/gcomprixogoo] Removed autocrop on images to avoid them being cropped in the config menu.
- Date: Sat, 26 Dec 2009 22:15:19 +0000 (UTC)
commit 7325eca17393852202ad172d94129a61365bf98a
Author: Bruno Coudoin <bruno coudoin free fr>
Date: Sat Dec 26 21:11:36 2009 +0100
Removed autocrop on images to avoid them being cropped in the config menu.
src/gcompris/config.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/src/gcompris/config.c b/src/gcompris/config.c
index 4363d85..13986a0 100644
--- a/src/gcompris/config.c
+++ b/src/gcompris/config.c
@@ -244,7 +244,6 @@ gc_config_start ()
item = goo_canvas_svg_new (rootitem,
gc_skin_rsvg_get(),
"svg-id", (properties->fullscreen ? pixmap_checked : pixmap_unchecked),
- "autocrop", TRUE,
NULL);
SET_ITEM_LOCATION(item, x_start, y_start - pixmap_width/2);
@@ -270,7 +269,6 @@ gc_config_start ()
item = goo_canvas_svg_new (rootitem,
gc_skin_rsvg_get(),
"svg-id", (properties->music ? pixmap_checked : pixmap_unchecked),
- "autocrop", TRUE,
NULL);
SET_ITEM_LOCATION(item, x_start, y_start - pixmap_width/2);
@@ -296,7 +294,6 @@ gc_config_start ()
item = goo_canvas_svg_new (rootitem,
gc_skin_rsvg_get(),
"svg-id", (properties->fx ? pixmap_checked : pixmap_unchecked),
- "autocrop", TRUE,
NULL);
SET_ITEM_LOCATION(item, x_start, y_start - pixmap_width/2);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]