The GTK colour selector does not provide full 8-bit resolution in
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 22 Mar 2003 11:07:59 +0000 (11:07 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 22 Mar 2003 11:07:59 +0000 (11:07 +0000)
commit18c2f87cdf4bcb298f777959b1742e3db453a638
treef0d0c4df7a1454451f8342dca11a37defb72f4f1
parentc725e24c2ffb016d5a86654f8612cf8c6e33e346
The GTK colour selector does not provide full 8-bit resolution in
the RGB values (it deals in floats with 2 d.p. instead). Hence I've
replaced the static RGB text item in the Colours panel with three
little edit boxes, so that a user can type in exact 0-255 RGB values
if necessary. This should have the additional advantage of being
quicker than faffing with the colour selector if you already know
exactly what you want and are in a hurry!

git-svn-id: svn://svn.tartarus.org/sgt/putty@2978 cda61777-01e9-0310-a592-d414129be87e
config.c