interface styles: only adjust widget positions when tli is resized

This commit is contained in:
Adam
2020-03-06 15:19:53 -05:00
parent 0db9fb97e9
commit abaf45092b
2 changed files with 14 additions and 4 deletions

View File

@@ -227,4 +227,10 @@ public final class ScriptID
*/
@ScriptArguments(integer = 3)
public static final int QUESTLIST_PROGRESS_LIST_SHOW = 1354;
/**
* Procedure called when the toplevel interface is resized
*/
@ScriptArguments(integer = 2)
public static final int TOPLEVEL_RESIZE = 909;
}