ColorPalette: turn off ShowColorHint in ToolbarDemo

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4298 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2015-08-26 20:54:44 +00:00
parent 1c21a6547f
commit 2941a83e64

View File

@@ -143,7 +143,7 @@ object Form1: TForm1
Left = 78
Height = 45
Top = 7
Width = 283
Width = 385
ButtonHeight = 15
ButtonWidth = 15
ColumnCount = 3
@@ -152,6 +152,7 @@ object Form1: TForm1
PaletteKind = pkGradientPalette
PickedIndex = 0
SelectionKind = pskThickInverted
ShowColorHint = False
UseSpacers = False
OnColorMouseMove = ColorPaletteColorMouseMove
OnColorPick = ColorPaletteColorPick