/[dotgnu-pnet]/pnetlib/System.Windows.Forms/ScrollBar.cs
ViewVC logotype

Diff of /pnetlib/System.Windows.Forms/ScrollBar.cs

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.16 by drobosson, Mon Aug 1 14:28:01 2005 UTC revision 1.17 by drobosson, Fri Nov 11 10:24:13 2005 UTC
# Line 426  public abstract class ScrollBar : Contro Line 426  public abstract class ScrollBar : Contro
426                  {                  {
427                    
428                                                    
429                          track  = new Rectangle(0, s.Width * 2/3 + 1, s.Width, s.Height - (s.Width * 4/3) - 1);                          track  = new Rectangle(0, s.Width * 2/3, s.Width, s.Height - (s.Width * 4/3));
430                                    
431                          decrement = new Rectangle(0, 0, s.Width, s.Width * 2/3 + 1);                          decrement = new Rectangle(0, 0, s.Width, s.Width * 2/3);
432                          increment = new Rectangle(0, s.Width * 2/3 + trackHeight, s.Width, s.Width * 2/3 );                          increment = new Rectangle(0, s.Width * 2/3 + trackHeight, s.Width, (s.Width) * 2/3);
433                  }                  }
434                  else                  else
435                  {                  {

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26