Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Finder has an ugly white background #957

Closed
seandenigris opened this issue Aug 3, 2015 · 0 comments
Closed

Finder has an ugly white background #957

seandenigris opened this issue Aug 3, 2015 · 0 comments

Comments

@seandenigris
Copy link
Contributor

Originally reported on Google Code with 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.

Reported by tudor@tudorgirba.com on 2013-07-17 19:36:30

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants