diff options
| author | Pietro Gagliardi <[email protected]> | 2014-08-10 15:56:59 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-08-10 15:56:59 -0400 |
| commit | 5ec2c768face785c502ee6508b5ed5ed0124b307 (patch) | |
| tree | 38de710ac54dad8d82660f4bdad9955edaf896f0 /redo/control_darwin.m | |
| parent | d30956d625cd83fd0c6ade761139d5c6834c1e6c (diff) | |
Made a more intelligent Table.preferredSize() for Mac OS X.
Diffstat (limited to 'redo/control_darwin.m')
| -rw-r--r-- | redo/control_darwin.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redo/control_darwin.m b/redo/control_darwin.m index 8765e4c..ce1eca7 100644 --- a/redo/control_darwin.m +++ b/redo/control_darwin.m @@ -28,7 +28,7 @@ void setSmallControlFont(id control) [toNSControl(control) setFont:[NSFont systemFontOfSize:[NSFont systemFontSizeForControlSize:NSSmallControlSize]]]; } -// also good for NSTableView (TODO might not do what we want) and NSProgressIndicator +// also good for NSProgressIndicator struct xsize controlPreferredSize(id control) { NSControl *c; |
