Closed
Bug 8067
Opened 26 years ago
Closed 26 years ago
Toolbar button border too tight
Categories
(Grendel Graveyard :: User Interface, defect, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: edwin, Assigned: talisman)
Details
The raised border around the toolbar icons is too tight. A part of the icon
sometimes disappears and also the text gets changed from 'New Msg' to 'New M..'
because there is not enough space.
Two screenshots are available (sorry for the low quality, but the only program I
had available was MS Photopaint):
http://www.djo.nl/grendel/border1.gif
http://www.djo.nl/grendel/border2.gif
Verified & investigating. I think the problem is in the layout code somewhere.
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Bug was *not* due to ToolBarButton - ToolBarButton only served to make the bug
apparent. Edwin's code in GrendelToolBar was not setting the button size
correctly (Dimension.setSize() is not for setting Component sizes). I fixed the
code block which sets the button size and the problem of the border clipping the
text is no more.
You need to log in
before you can comment on or make changes to this bug.
Description
•