Re: Flat button bar

> The improvements in Amaya are really great. Especially in the last six month.
> 
> For the button bar on Win32 I think it would look better to have the flat style how it is used in most programs today.
> 
> For this in appli.c (project libThotEditor) the following should be changed:
> 
> < DWORD       dwToolBarStyles   = WS_CHILD | WS_VISIBLE | CCS_TOP | TBSTYLE_TOOLTIPS;
> 
> > DWORD       dwToolBarStyles   = WS_CHILD | WS_VISIBLE | CCS_TOP | TBSTYLE_TOOLTIPS|TBSTYLE_FLAT;
> 
> Just check it out and change it if you agree.

I integrated your change.
Thanks a lot.

Received on Monday, 9 July 2001 04:21:59 UTC