[gegl] rectangle: make defaults render something
- From: Øyvind Kolås <ok src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] rectangle: make defaults render something
- Date: Fri, 23 May 2014 11:59:23 +0000 (UTC)
commit 781d128d5aa5b5c2fcaddfbf7eb6f0d29b99161b
Author: Øyvind Kolås <pippin gimp org>
Date: Fri May 23 13:45:12 2014 +0200
rectangle: make defaults render something
operations/common/rectangle.c | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/operations/common/rectangle.c b/operations/common/rectangle.c
index 32cb970..419bb7e 100644
--- a/operations/common/rectangle.c
+++ b/operations/common/rectangle.c
@@ -23,29 +23,29 @@
#ifdef GEGL_PROPERTIES
-property_double (x, _("X"), 0)
+property_double (x, _("X"), 42)
description(_("Horizontal position"))
ui_meta ("unit", "pixel-coordinate")
ui_meta ("axis", "x")
-property_double (y, _("Y"), 0)
+property_double (y, _("Y"), 42)
description(_("Vertical position"))
ui_meta ("unit", "pixel-coordinate")
ui_meta ("axis", "y")
-property_double (width, _("Width"), 0)
+property_double (width, _("Width"), 23)
description (_("Horizontal extent"))
value_range (0, G_MAXDOUBLE)
ui_meta ("unit", "pixel-distance")
ui_meta ("axis", "x")
-property_double (height, _("Height"), 0)
+property_double (height, _("Height"), 42)
description (_("Vertical extent"))
value_range (0, G_MAXDOUBLE)
ui_meta ("unit", "pixel-distance")
ui_meta ("axis", "y")
-property_color (color, _("Color"), "white")
+property_color (color, _("Color"), "green")
description (_("Color to render"))
#else
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]