Widgets: Window: closeImage, restoreImage, etc not resized to fit in title bar
------------------------------------------------------------------------------
Key: XAP-393
URL: https://issues.apache.org/jira/browse/XAP-393
Project: XAP
Issue Type: Bug
Components: Widgets: Windows and Dialogs
Reporter: Trevor Oldak
Priority: Minor
Insert the following code into the window widget component test
<xal:window title="a" id="customStyle"
onCreate="mco:attributeSetter.registerElement(this)"
minimizeImage="images/foreground.JPG" maximizeImage="images/foreground.JPG"
closeImage="images/foreground.JPG" restoreImage="images/foreground.JPG"
iconImage="images/foreground.JPG" titleColor="black"
titleBackgroundColor="white">
<label text="foo"/>
</xal:window>
the iconImage (the image in the upper left) and the other images (for minimize,
restore, etc) all use the same source image. However, the image on the left is
scaled to fit inside the titlebar, while the images on the right are not
resized andonly part of them is shown.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.