Fix trackbar size

Dimitrie O. Paun dpaun at rogers.com
Tue Apr 22 22:59:09 CDT 2003


On April 22, 2003 05:55 pm, Maxime Bellengé wrote:
> + * Copyright 2003 Maxime Belleng�<maxime.bellenge at laposte.net>
>   *
>   * This library is free software; you can redistribute it and/or
>   * modify it under the terms of the GNU Lesser General Public
> @@ -231,13 +232,13 @@
>          channel->top    = lpRect.top + offsetedge;
>          channel->bottom = lpRect.bottom - offsetedge;
>          channel->left = lpRect.left + offsetthumb;
> -       if (dwStyle & (TBS_BOTH | TBS_LEFT)) channel->left += 8;
> +       if (dwStyle & (TBS_BOTH | TBS_LEFT)) channel->left +=
> (lpRect.right-lpRect.left-offsetthumb-cyChannel)/2;

Unfortunately, the patch seems to be wrapped, and your name did not
show up properly in the copyright notice.

-- 
Dimi.




More information about the wine-devel mailing list