Changeset 7012
- Timestamp:
- Nov 1, 2008, 5:52:25 PM (12 years ago)
- Location:
- trunk/macosx
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/FileNameCell.m
r7007 r7012 191 191 192 192 NSRect result; 193 194 193 if (![(FileListNode *)[self objectValue] isFolder]) 195 194 { 196 195 result.origin.x = bounds.origin.x + PADDING_HORIZONAL + IMAGE_ICON_SIZE + PADDING_BETWEEN_IMAGE_AND_TITLE; 197 result.origin.y = bounds.origin.y + result.size.height- PADDING_BELOW_STATUS_FILE - statusSize.height;196 result.origin.y = NSMaxY(bounds) - PADDING_BELOW_STATUS_FILE - statusSize.height; 198 197 } 199 198 else -
trunk/macosx/en.lproj/Creator.xib
r7008 r7012 9 9 <object class="NSMutableArray" key="IBDocument.EditedObjectIDs"> 10 10 <bool key="EncodedWithXMLCoder">YES</bool> 11 <integer value="56"/> 11 12 <integer value="6"/> 12 <integer value="56"/>13 13 </object> 14 14 <object class="NSArray" key="IBDocument.PluginDependencies"> … … 79 79 <reference key="NSNextResponder" ref="755547124"/> 80 80 <int key="NSvFlags">266</int> 81 <string key="NSFrame">{{89, 361}, {53 6, 22}}</string>81 <string key="NSFrame">{{89, 361}, {539, 22}}</string> 82 82 <reference key="NSSuperview" ref="755547124"/> 83 83 <bool key="NSEnabled">YES</bool> … … 239 239 </object> 240 240 <int key="NSTVFlags">6</int> 241 <string key="NSMaxSize">{ 713, 1e+07}</string>241 <string key="NSMaxSize">{1027, 1e+07}</string> 242 242 <string key="NSMinize">{83, 0}</string> 243 243 <nil key="NSDelegate"/>
Note: See TracChangeset
for help on using the changeset viewer.