Revision: 3344
          http://skim-app.svn.sourceforge.net/skim-app/?rev=3344&view=rev
Author:   hofman
Date:     2008-01-06 14:16:31 -0800 (Sun, 06 Jan 2008)

Log Message:
-----------
Minor and irrelevant but correction.

Modified Paths:
--------------
    trunk/SKMainWindowController.m

Modified: trunk/SKMainWindowController.m
===================================================================
--- trunk/SKMainWindowController.m      2008-01-06 06:09:13 UTC (rev 3343)
+++ trunk/SKMainWindowController.m      2008-01-06 22:16:31 UTC (rev 3344)
@@ -441,7 +441,7 @@
             frame = [rightSideContentView frame];
             frame.size.width = width;
             if (usesDrawers == NO) {
-                frame.origin.x = NSMaxX([splitView frame]) - width;
+                frame.origin.x = NSMaxX([splitView bounds]) - width;
                 [rightSideContentView setFrame:frame];
             } else if (width > 0.0) {
                 [rightSideDrawer setContentSize:frame.size];


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to