Bug 28642

Summary: [Dialogs] Error missing if Image is too small in WizardNewFileCreationPage
Product: [Eclipse Project] Platform Reporter: cmahoney
Component: UIAssignee: Tod Creasey <Tod_Creasey>
Status: RESOLVED DUPLICATE QA Contact:
Severity: minor    
Priority: P3    
Version: 2.0.2   
Target Milestone: ---   
Hardware: PC   
OS: Windows NT   
Whiteboard:

Description cmahoney CLA 2002-12-18 14:25:00 EST
I am subclassing from WizardNewFileCreationPage.  When an error occurs (e.g. 
filename already exists error), the error text at the top of the wizard is not 
appear, although the error icon (red x) does appear.  

I am initializing the image in the top right corner of the wizard with 
setImageDescriptor.  The image I have is 16x16 pixels.  If I comment out the 
setImageDescriptor or use an image twice as big, the error text appears fine.  
It looks like the size the area located to the error text is dependent on the 
image size.
Comment 1 Tod Creasey CLA 2003-05-29 08:53:28 EDT
Marking as a duplicate of 38072 as they both appear to be as a result of the 
use of a non standard gif size.

*** This bug has been marked as a duplicate of 38072 ***