BColorControl: Create _SetCellSize() method

...eliminating duplicated code.
This commit is contained in:
John Scipione
2013-06-10 19:15:07 -04:00
parent 0289f92063
commit 1186916f06
2 changed files with 13 additions and 4 deletions
+2 -1
View File
@@ -102,7 +102,8 @@ private:
uint8 shade) const;
BRect _PaletteSelectorFrame(uint8 colorIndex) const;
BRect _RampFrame(uint8 rampIndex) const;
void _SetCellSize(float size);
private:
BRect fPaletteFrame;
int16 fSelectedPaletteColorIndex;