Increased font size

This commit is contained in:
Tristan B. Kildaire 2020-10-28 08:19:33 +02:00
parent 1da36e6936
commit 624d53d909
1 changed files with 1 additions and 1 deletions

View File

@ -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);