interface styles: only adjust widget positions when tli is resized
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user