achuanle / umlet

Automatically exported from code.google.com/p/umlet
0 stars 0 forks source link

Window resize breaks windows layout #97

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Maximize Umlet window
2. Adjust working pane, Default and Properties areas as you like
3. Return window to normal not maximized size

What is the expected output? What do you see instead?
Expected: Layout should be the same. If all areas were visible in maximized 
mode, they should be visible now. If some area occupied half of the window it 
should occupy the same half of the window after resize.
Instead: It looks like absolute size of areas are preserved. That causes users 
to readjust them after every window resize.

What version of the product are you using? On what operating system?
Umlet version 11.5.1
Windows Server 2008 R2

Please provide any additional information below.
The same happens with any window resize operation, not just maximization.

Original issue reported on code.google.com by Alex.Kos...@gmail.com on 20 Aug 2012 at 7:42