mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +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;
|
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;
|
||||||
|
|||||||
Reference in New Issue
Block a user