discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Another fix for NSTableView


From: Andreas Höschler
Subject: Another fix for NSTableView
Date: Fri, 6 Jan 2006 20:39:46 +0100

Hello,

the default intercellSpacing is { 3, 2} not {2, 3}. However, on GNUstep even 3 is not enough. I would suggest to make the following modification.

  _intercellSpacing = NSMakeSize (2.0, 3.0);

is replaced with

  _intercellSpacing = NSMakeSize (5.0, 2.0);

Regards,

  Andreas





reply via email to

[Prev in Thread] Current Thread [Next in Thread]