t2-mapper/docs/base/@vl2/scripts.vl2/gui/LaunchGui.gui
2025-09-11 16:56:30 -07:00

15 lines
335 B
Plaintext

//--- OBJECT WRITE BEGIN ---
new GuiChunkedBitmapCtrl(LaunchGui) {
profile = "GuiContentProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "0 0";
extent = "640 480";
minExtent = "8 8";
visible = "1";
variable = "$ShellBackground";
helpTag = "0";
useVariable = "1";
};
//--- OBJECT WRITE END ---