Ignore:
Timestamp:
08/05/07 00:15:30 (17 years ago)
Author:
Nicholas Riley
Message:

AntiRSI changes for "something" called 1.4, with much of the code but not the same UI as Onne Gorter's released 1.4.

Info.plist, English.lproj/InfoPlist.strings: Updated for 1.4.

AntiRSI.[hm]: Some of Onne Gorter's changes, update checking, "go to Web site" and crediting idle time to work break, and "AntiRSI Help". Most of these are not hooked up in the UI as above. Default to smooth sampling.

AntiRSI.xcodeproj: Build fat (i386/ppc).

English.lproj/MainMenu.nib: Some changes...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Cocoa/AntiRSI/AntiRSIView.m

    r327 r329  
    2626{
    2727    NSColor *bgColor = [NSColor colorWithCalibratedWhite:0.0 alpha:0.90];
    28     NSRect bgRect = [self bounds];
     28    NSRect bgRect = [self frame];
    2929    int minX = NSMinX(bgRect);
    3030    int midX = NSMidX(bgRect);
Note: See TracChangeset for help on using the changeset viewer.