SpkToolbar: Replace the "More Options" button icon (#$E2#$87#$B2) by a nicer character (#$EE#$8A#$BD).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8968 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
parent
0ec754d816
commit
a4a778af83
@ -539,7 +539,7 @@ end;
|
||||
{ Drawing procedure for the 'More options' button }
|
||||
procedure TSpkPane.DrawMoreOptionsButton(ABuffer: TBitmap; ClipRect: T2DIntRect);
|
||||
const
|
||||
MOB_SIGNS: array[TSpkMoreOptionsButtonStyle] of string = ('+', #$E2#$87#$B2);
|
||||
MOB_SIGNS: array[TSpkMoreOptionsButtonStyle] of string = ('+', #$EE#$8A#$BD); //#$E2#$87#$B2);
|
||||
// 'plus', or diagonal arrow with corner like in Excel
|
||||
var
|
||||
mobFontColor, mobFrameColor: TColor;
|
||||
|
Loading…
Reference in New Issue
Block a user