ListView.st
changeset 4858 1e9e45729d44
parent 4830 0f1e128995e9
child 4859 d89f4008aa9c
--- a/ListView.st	Mon Jan 06 04:27:47 2014 +0000
+++ b/ListView.st	Tue Jan 14 13:31:09 2014 +0100
@@ -2492,7 +2492,7 @@
     lineSpacing := 2.
     "/ q&d temporary hack.
     "/ X11 fonts are currently so ugly... add more spacing.
-    Display platformName = #X11 ifTrue:[
+    Screen current platformName = #X11 ifTrue:[
         lineSpacing := lineSpacing + 3.
     ].
     fgColor := DefaultForegroundColor.
@@ -5263,10 +5263,10 @@
 !ListView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/ListView.st,v 1.388 2013-11-28 14:29:14 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/ListView.st,v 1.389 2014-01-14 12:31:09 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/ListView.st,v 1.388 2013-11-28 14:29:14 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/ListView.st,v 1.389 2014-01-14 12:31:09 stefan Exp $'
 ! !