mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 03:08:02 +00:00
Increase font size of header caption
This commit is contained in:
@@ -28,7 +28,7 @@ public abstract class FScreen extends FContainer {
|
||||
btnBack = 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 {
|
||||
lblHeader = null;
|
||||
|
||||
Reference in New Issue
Block a user