-
Bug
-
Resolution: Won't Fix
-
P4
-
None
-
fx2.0
-
java.vendor=Sun Microsystems Inc.
java.version=1.6.0_24
java.vm.vendor=Sun Microsystems Inc.
java.vm.version=19.1-b02
os.name=Windows 7
os.arch=x86
os.version=6.1JavaFX 2.0ea b18
My style.css is:
.scene {
-fx-font: 14pt "Arial";
}
But the TextBox "ignores" this setting (it works with labels and buttons).
If I set this font in the style class text-box, it works:
.text-box {
-fx-font: 14pt "Arial";
}
.scene {
-fx-font: 14pt "Arial";
}
But the TextBox "ignores" this setting (it works with labels and buttons).
If I set this font in the style class text-box, it works:
.text-box {
-fx-font: 14pt "Arial";
}