Revision: 7281
http://skim-app.svn.sourceforge.net/skim-app/?rev=7281&view=rev
Author: hofman
Date: 2011-06-17 23:20:12 +0000 (Fri, 17 Jun 2011)
Log Message:
-----------
take localization into account for min size of find bar
Modified Paths:
--------------
trunk/SKFindController.m
Modified: trunk/SKFindController.m
===================================================================
--- trunk/SKFindController.m 2011-06-17 23:19:28 UTC (rev 7280)
+++ trunk/SKFindController.m 2011-06-17 23:20:12 UTC (rev 7281)
@@ -78,6 +78,7 @@
[gradientView setEdges:SKMinYEdgeMask];
[gradientView setClipEdges:SKMinXEdgeMask | SKMaxYEdgeMask];
NSSize size = [gradientView contentRect].size;
+ size.width -= dx;
[gradientView setMinSize:size];
size.width = 500.0;
[gradientView setMaxSize:size];
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit