Update forgotten property limit.
This commit is contained in:
parent
66760a173e
commit
f6f3f2b520
@ -51,7 +51,7 @@ class Palette(gobject.GObject):
|
|||||||
__gproperties__ = {
|
__gproperties__ = {
|
||||||
'invoker' : (object, None, None,
|
'invoker' : (object, None, None,
|
||||||
gobject.PARAM_READWRITE),
|
gobject.PARAM_READWRITE),
|
||||||
'position' : (gobject.TYPE_INT, None, None, 0, 5,
|
'position' : (gobject.TYPE_INT, None, None, 0, 6,
|
||||||
0, gobject.PARAM_READWRITE)
|
0, gobject.PARAM_READWRITE)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user