Update init.txt

This commit is contained in:
Jáchym Toušek
2017-05-18 22:52:19 +02:00
parent b61fa0ab60
commit 20ff6e3872

View File

@@ -10,8 +10,8 @@ void main()
SetFontSize(30); SetFontSize(30);
if (InitAdvMode) { if (InitAdvMode) {
SetNameFormat("<size=+4>{0}</size><line-h=25>\n</line-h>"); SetNameFormat("<size=+4>{0}\n</size>");
SetWindowPos(0, -270); SetWindowPos(0, -275);
SetWindowSize(1150, 250); SetWindowSize(1150, 250);
SetWindowMargins(60, 30, 50, 30); SetWindowMargins(60, 30, 50, 30);
} else { } else {