Configurable palette size (issue 47)

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@618 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud
2009-02-08 23:59:30 +00:00
parent dbdd73c0c3
commit bba08c936f
9 changed files with 128 additions and 70 deletions

View File

@@ -296,3 +296,8 @@
; steps. A very high value (100) guarantees that Grafx2 merges all the mouse
; steps into a single one.
Merge_movement = 100 ; (default 100)
; Number of lines in the menu's palette. Can be 1,2,4,8 or 16
Palette_Cells_X = 8; (Default 8)
; Number of columns in the menu's palette. Can be 1 to 21
Palette_Cells_Y = 8; (Default 8)