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

BottomBar does not center and resize properly #172

Open
GoogleCodeExporter opened this issue May 4, 2015 · 0 comments
Open

BottomBar does not center and resize properly #172

GoogleCodeExporter opened this issue May 4, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Add a wide left component, a center component, and a narrow right component 
to BottomBar
2. Play around with resizing the window

What is the expected output? What do you see instead?
I expect (and do not see):
1. The center component should be visually centered within the width of the 
window to the extent possible
2. All whitespace should be consumed before truncating the right component off 
the edge of the window

What version of the product are you using? On what operating system?
trunk r377 on OSX 10.6.4

Please provide any additional information below.
When I comment the following line in the BottomBar constructor it seems to be 
much better behaved:

fBottomBar.forceAreasToHaveTheSameWidth();

Maybe we could get rid of this call, or at least provide a different 
constructor or setter to control this behavior?



Original issue reported on code.google.com by garrick....@gmail.com on 17 Nov 2010 at 7:39

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

No branches or pull requests

1 participant