mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 20:47:43 +01:00
Add fit viewport verb and automatic pref
This commit is contained in:
@@ -278,6 +278,8 @@
|
||||
X << 'sound/effects/tones/newplayerping.ogg'
|
||||
window_flash(X)
|
||||
//VOREStation Edit end.
|
||||
fully_created = TRUE
|
||||
attempt_auto_fit_viewport()
|
||||
|
||||
//////////////
|
||||
//DISCONNECT//
|
||||
@@ -611,6 +613,7 @@
|
||||
winset(usr, "mainwindow", "can-resize=true")
|
||||
winset(usr, "mainwindow", "is-maximized=false")
|
||||
winset(usr, "mainwindow", "on-size=attempt_auto_fit_viewport") // The attempt_auto_fit_viewport() proc is not implemented yet
|
||||
attempt_auto_fit_viewport()
|
||||
|
||||
/client/verb/toggle_verb_panel()
|
||||
set name = "Toggle Verbs"
|
||||
|
||||
Reference in New Issue
Block a user