Path: news.mathworks.com!not-for-mail
From: "David Doria" <daviddoria@gmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: GUIDE resize
Date: Fri, 11 Jul 2008 16:33:02 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 16
Message-ID: <g581vu$km5$1@fred.mathworks.com>
Reply-To: "David Doria" <daviddoria@gmail.com>
NNTP-Posting-Host: webapp-02-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1215793982 21189 172.30.248.37 (11 Jul 2008 16:33:02 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Fri, 11 Jul 2008 16:33:02 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1105197
Xref: news.mathworks.com comp.soft-sys.matlab:478872



At design time, when I resize the figure (main window) of my
GUI, the static text controls move around, but the edit text
controls and axes dont! This is very annoying because I have
alot of things like this

Static Text: Edit text

and they get separated and I have to align them all again.

Is there a way to make it so that when I resize the figure
nothing moves (and now the controls simply are using less of
the area of the figure)?

Thanks,

Dave