Increase font size of header caption

This commit is contained in:
drdev
2014-02-23 07:32:08 +00:00
parent fc2fe0b3dc
commit 41d4db29d2

View File

@@ -28,7 +28,7 @@ public abstract class FScreen extends FContainer {
btnBack = null; btnBack = null;
} }
if (headerCaption != null) { if (headerCaption != null) {
lblHeader = add(new FLabel.Builder().text(headerCaption).align(HAlignment.CENTER).build()); lblHeader = add(new FLabel.Builder().text(headerCaption).fontSize(16).align(HAlignment.CENTER).build());
} }
else { else {
lblHeader = null; lblHeader = null;