[glide] Shapes start at a reasonable size
- From: Robert Carr <racarr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glide] Shapes start at a reasonable size
- Date: Thu, 6 May 2010 11:55:23 +0000 (UTC)
commit 00155bbbc375f9d33dc4644def5fb8d34d91b0ef
Author: Robert Carr <racarr Valentine localdomain>
Date: Thu May 6 06:53:18 2010 -0400
Shapes start at a reasonable size
libglide/glide-shape.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/libglide/glide-shape.c b/libglide/glide-shape.c
index 2bac2c7..a56aa4c 100644
--- a/libglide/glide-shape.c
+++ b/libglide/glide-shape.c
@@ -92,6 +92,8 @@ static void
glide_shape_init (GlideShape *self)
{
self->priv = GLIDE_SHAPE_GET_PRIVATE (self);
+
+ clutter_actor_set_size (CLUTTER_ACTOR (self), 100, 100);
}
ClutterActor*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]