mirror of https://github.com/deavminet/gustav.git
Increased font size
This commit is contained in:
parent
1da36e6936
commit
624d53d909
|
@ -34,7 +34,7 @@ public final class ProfileWindow
|
|||
|
||||
/* Create the username label */
|
||||
Label usernameTitle = new Label("");
|
||||
usernameTitle.setMarkup("<span size=\"10000\">"~username~"</span>");
|
||||
usernameTitle.setMarkup("<span size=\"20000\">"~username~"</span>");
|
||||
profileBox.add(usernameTitle);
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue