diff -r 2bd3a619a8a4 -r 051746528aae SelectionInListView.st --- a/SelectionInListView.st Fri Apr 26 14:59:14 2013 +0200 +++ b/SelectionInListView.st Fri Apr 26 14:59:24 2013 +0200 @@ -2856,7 +2856,12 @@ ] ifFalse:[ lineSpacing := 2 ]. - + #hack. + "/ q&d temporary hack. + "/ X11 fonts are currently so ugly... add more spacing. + Display platformName = #X11 ifTrue:[ + lineSpacing := lineSpacing + 3. + ]. hilightFgColor isNil ifTrue:[ hilightFgColor := bgColor. hilightBgColor := fgColor @@ -4109,10 +4114,10 @@ !SelectionInListView class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libwidg/SelectionInListView.st,v 1.263 2013-03-20 10:34:57 cg Exp $' + ^ '$Header: /cvs/stx/stx/libwidg/SelectionInListView.st,v 1.264 2013-04-26 12:59:24 cg Exp $' ! version_CVS - ^ '$Header: /cvs/stx/stx/libwidg/SelectionInListView.st,v 1.263 2013-03-20 10:34:57 cg Exp $' + ^ '$Header: /cvs/stx/stx/libwidg/SelectionInListView.st,v 1.264 2013-04-26 12:59:24 cg Exp $' ! !