|
From: SourceForge.net <no...@so...> - 2003-02-24 19:49:30
|
Bugs item #692467, was opened at 2003-02-24 13:58 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=692467&group_id=44253 Category: User interface Group: Ugly Status: Open Resolution: None Priority: 5 Submitted By: Theo Yaung (theoyaung) Assigned to: Nobody/Anonymous (nobody) Summary: Toolbar buttons inconsistent in size Initial Comment: I know that this is a lack of forsight on Swing's part, but it's programatically solveable. The toolbar buttons in DrJava are believe it or not, inconsistent in their vertical size, though one would expect them to be, for visual aesthetics / consistency. I think it detracts from the feel that DrJava is a "polished" piece of software. This is specifically noticed for the sizes of buttons that have icons, and buttons that have only text. The buttons with only text are a smidgeon smaller than those with the icons. In the past, I've fixed this by keeping track of the largest maximum size / preferred size that a button maintains, and whenever a new button is added, it adjusts the max- size, and/or sets the button's size so that it will also be at that size. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=692467&group_id=44253 |