jiangtiandao / flexlib

Automatically exported from code.google.com/p/flexlib
0 stars 0 forks source link

headerheight style will not change in MDI window #238

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. create a style add headerheight:10
2. apply style using styleName or directly
3. run you app

What is the expected output?
header where title and controls are should change size
 What do you see instead?
header of original size with no change.

What version of the product are you using?
 2.4
 On what operating system?
windowsXP

Please provide any additional information below.

Original issue reported on code.google.com by astr...@gmail.com on 8 Aug 2009 at 1:30

GoogleCodeExporter commented 8 years ago
actually via CSS none of the panel properties seem to stick.
try:
     borderStyle: solid;
   borderColor: #0099cc;
   borderAlpha: 0.27;
   borderThickness: 0;

   roundedBottomCorners: false;
   cornerRadius: 7;
   headerHeight: 10;
   backgroundAlpha: 1;
   highlightAlphas: 0.7, 0;
   headerColors: #006699, #d9d9d9;
   footerColors: #cccccc, #0033cc;
   backgroundColor: #ffffff;
   dropShadowEnabled: true;
   shadowDistance: 1;
   shadowDirection: right;
   dropShadowColor: #0033cc;

Original comment by astr...@gmail.com on 8 Aug 2009 at 1:34