mirror of https://github.com/GNOME/gimp.git
increased the maximum number of blinds to 100.
2008-05-05 Sven Neumann <sven@gimp.org> * plug-ins/common/blinds.c (MAX_FANS): increased the maximum number of blinds to 100. svn path=/trunk/; revision=25566
This commit is contained in:
parent
43ecfc7599
commit
0677b79c32
|
@ -1,3 +1,8 @@
|
|||
2008-05-05 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* plug-ins/common/blinds.c (MAX_FANS): increased the maximum
|
||||
number of blinds to 100.
|
||||
|
||||
2008-05-05 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/tools/gimppainttool.c
|
||||
|
|
|
@ -46,7 +46,7 @@
|
|||
|
||||
#define SCALE_WIDTH 150
|
||||
|
||||
#define MAX_FANS 10
|
||||
#define MAX_FANS 100
|
||||
|
||||
#define HORIZONTAL 0
|
||||
#define VERTICAL 1
|
||||
|
|
Loading…
Reference in New Issue