[gegl] operations: better keys for plasma
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] operations: better keys for plasma
- Date: Fri, 16 May 2014 00:56:23 +0000 (UTC)
commit 6bb2e65bec71bd70951c0b1e1953a5eeffbd3531
Author: Michael Natterer <mitch gimp org>
Date: Fri May 16 02:54:23 2014 +0200
operations: better keys for plasma
operations/common/plasma.c | 16 ++++++++++++----
1 files changed, 12 insertions(+), 4 deletions(-)
---
diff --git a/operations/common/plasma.c b/operations/common/plasma.c
index 4e22b45..4e423be 100644
--- a/operations/common/plasma.c
+++ b/operations/common/plasma.c
@@ -53,7 +53,9 @@ gegl_property_int (
"ui-min", -4096,
"ui-max", 4096,
"blurb", _("X start of the generated buffer"),
- "role", "source-x",
+ "unit", "pixel-coordinate",
+ "axis", "x",
+ "role", "output-extent",
NULL)
gegl_property_int (
@@ -62,7 +64,9 @@ gegl_property_int (
"ui-min", -4096,
"ui-max", 4096,
"blurb", _("Y start of the generated buffer"),
- "role", "source-y",
+ "unit", "pixel-coordinate",
+ "axis", "y",
+ "role", "output-extent",
NULL)
gegl_property_int (
@@ -73,7 +77,9 @@ gegl_property_int (
"ui-min", 0,
"ui-max", 4096,
"blurb", _("Width of the generated buffer"),
- "role", "source-width",
+ "unit", "pixel-distance",
+ "axis", "x",
+ "role", "output-extent",
NULL)
gegl_property_int (
@@ -84,7 +90,9 @@ gegl_property_int (
"ui-min", 0,
"ui-max", 4096,
"blurb", _("Height of the generated buffer"),
- "role", "source-height",
+ "unit", "pixel-distance",
+ "axis", "y",
+ "role", "output-extent",
NULL)
#else
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]