View Single Post
02-11-20, 03:43 AM   #3
LudiusMaximus
A Rage Talon Dragon Guard
 
LudiusMaximus's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2018
Posts: 321
OK, it turns out UpdateWindow() is what you are looking for!

Code:
C_CVar.SetCVar("gxMaximize", "0")
C_CVar.SetCVar("gxWindowedResolution", "400x400")
UpdateWindow()
__________________
~ Be the change you want to see in the world... of warcraft interface! ~
  Reply With Quote