fixes size windows

Discuss GUI programming with the RapaGUI plugin here
Post Reply
sashapont
Posts: 152
Joined: Thu Aug 03, 2017 2:49 pm

fixes size windows

Post by sashapont »

How I can create first windows without resizing?
User avatar
airsoftsoftwair
Posts: 5425
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: fixes size windows

Post by airsoftsoftwair »

Set Area.FixWidth and Area.FixHeight to TRUE for all resizable widgets in your window and then the window won't be sizable any longer.
Post Reply