Status: New Owner: ---- Labels: Type-Defect Priority-Medium Component-Glamour
New issue 957 by tu...@tudorgirba.com: Finder has an ugly white background http://code.google.com/p/moose-technology/issues/detail?id=957
Just do:
| finder | finder := GLMFinder new. finder with: [:f | f showFirst: [:a | a list]; show: [:a | a list display: [:x | 1 to: x] ]]. finder openOn: (1 to: 42).
And you will notice that as you scroll, the space between the finder panes is white instead of transparent.