PHP Code:
new GuiWindowCtrl("HatViewerPreviewMain") {
profile = GuiBlueWindowProfile;
clientrelative = true;
width = 192;
height = 144;
clientextent = {width, height};
x = screenwidth / 2 - width / 2;
y = screenheight / 2 - height / 2;
text = "Preview window";
canresize = canminimize = canmaximize = visible = false;
new GuiShowImgCtrl("HatViewerPreviewImage") {
width = 192;
height = 192;
x = 0;
y = 0;
}
Why did you give the
HatViewerPreviewImage a higher hight than the
HatViewerPreviewMain?
Else I like it and I could try to mess with that on Delteria