Changeset 6588 for branches


Ignore:
Timestamp:
May 20, 2007, 9:13:03 AM (18 years ago)
Author:
Gary Byers
Message:

Fix commit button rectangle.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ide-1.0/ccl/examples/cocoa-prefs.lisp

    r6234 r6588  
    156156      (ns:with-ns-rect (revert-frame 20 10 80 20)
    157157        (ns:with-ns-rect (commit-frame (- (+ (ns:ns-rect-x frame)
    158                                              (ns:ns-rect-width frame)
    159                                              (+ 80.0f0 20.0f0)))
     158                                             (ns:ns-rect-width frame))
     159                                          (+ 80.0f0 20.0f0))
    160160                                       10 80 20)
    161161        (let* ((commit-button (make-instance
Note: See TracChangeset for help on using the changeset viewer.