Revision: 24138
          http://sourceforge.net/p/bibdesk/svn/24138
Author:   hofman
Date:     2019-08-16 13:16:22 +0000 (Fri, 16 Aug 2019)
Log Message:
-----------
set max height of relevance to 12

Modified Paths:
--------------
    trunk/bibdesk/BDSKMainTableView.m

Modified: trunk/bibdesk/BDSKMainTableView.m
===================================================================
--- trunk/bibdesk/BDSKMainTableView.m   2019-08-16 06:30:08 UTC (rev 24137)
+++ trunk/bibdesk/BDSKMainTableView.m   2019-08-16 13:16:22 UTC (rev 24138)
@@ -324,9 +324,9 @@
             break;
         case BDSKColumnTypeRelevance: 
             cell = [[BDSKLevelIndicatorCell alloc] 
initWithLevelIndicatorStyle:NSRelevancyLevelIndicatorStyle];
-            [cell setMaxValue:(double)1.0];
+            [cell setMaxValue:1.0];
             [cell setEnabled:NO];
-            [(BDSKLevelIndicatorCell *)cell setMaxHeight:(17.0 * 0.7)];
+            [(BDSKLevelIndicatorCell *)cell setMaxHeight:12.0];
             break;
         case BDSKColumnTypeColor: 
             cell = [[BDSKColorCell alloc] initImageCell:nil];

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



_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to