[MIRROR] Extend Welcome Window (#8670)

Co-authored-by: Killian <49700375+KillianKirilenko@users.noreply.github.com>
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2
2024-07-21 16:53:14 +02:00
committed by GitHub
co-authored by Killian Kashargul
parent a0bfbef9cd
commit 030c33efcd
+1 -1
View File
@@ -122,7 +122,7 @@
client.prefs.lastlorenews = GLOB.news_data.newsindex
SScharacter_setup.queue_preferences_save(client.prefs)
panel = new(src, "Welcome","Welcome", 210, 500, src) // VOREStation Edit //ChompEDIT, height 300 -> 500
panel = new(src, "Welcome","Welcome", 210, 500, src) // VOREStation Edit //ChompEDIT, height 320 -> 500
panel.set_window_options("can_close=0")
panel.set_content(output)
panel.open()