Status: New
Owner: ----
Labels: Type-Defect Priority-Medium Component-Glamour
New issue 957 by
[hidden email]: Finder has an ugly white background
http://code.google.com/p/moose-technology/issues/detail?id=957Just 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.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev