Revision: 10195
          http://sourceforge.net/p/skim-app/code/10195
Author:   hofman
Date:     2018-12-28 15:09:22 +0000 (Fri, 28 Dec 2018)
Log Message:
-----------
make column width one higher

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

Modified: trunk/SKInfoWindowController.m
===================================================================
--- trunk/SKInfoWindowController.m      2018-12-28 14:59:06 UTC (rev 10194)
+++ trunk/SKInfoWindowController.m      2018-12-28 15:09:22 UTC (rev 10195)
@@ -160,7 +160,7 @@
     for (tv in tables) {
         NSUInteger row, rowMax = [tv numberOfRows];
         for (row = 0; row < rowMax; row++)
-            width = fmax(width, [[tv preparedCellAtColumn:0 row:row] 
cellSize].width);
+            width = fmax(width, [[tv preparedCellAtColumn:0 row:row] 
cellSize].width + 1.0);
     }
     for (tv in tables) {
         [[[tv tableColumns] objectAtIndex:0] setWidth:width];

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



_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to