nigelht / macwidgets

Collection of Mac style widgets written in Java (by Ken Orr)
http://nigelht.github.io/macwidgets
3 stars 0 forks source link

Toolbar should support equal widths for the triarea component #156

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
There should be a way to tell the toolbar to use the same width for the three 
areas (left, center, 
right). I believe the bottom bar is already doing something like that, meaning 
the 
TriAreaComponent has the code already, but it is not exposed.

I am attaching a screenshot to show the bad alignment without this feature.

Dirk

Original issue reported on code.google.com by dlemmermann@gmail.com on 25 Feb 2010 at 5:30

Attachments:

GoogleCodeExporter commented 9 years ago
forceOuterAreasToHaveTheSameWidth() is now always called for TriAreaComponents.

Original comment by dlemmermann@gmail.com on 12 Jun 2012 at 7:35