-
Type:
Bug
-
Resolution: Cannot Reproduce
-
Priority:
P3
-
Affects Version/s: 7u6
-
Component/s: javafx
-
Environment:
Product: javafx-2.2.0beta
Platform: windows-amd64
Build-Number: 133
Build-ID: 2012-04-26_18-27-52and Mac, same build
Recently, I noticed that font expressed in em has changed their actual size.
e.g. I had a Label with the style:
-fx-font-size: 0.7em;
...that I had to update in :
-fx-font-size: 0.9em;
...to get the equivalent size.
The first style seems to be the correct one.
e.g. I had a Label with the style:
-fx-font-size: 0.7em;
...that I had to update in :
-fx-font-size: 0.9em;
...to get the equivalent size.
The first style seems to be the correct one.