Issue 957 in moose-technology: Finder has an ugly white background

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Issue 957 in moose-technology: Finder has an ugly white background

moose-technology
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=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.

--
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