Issue Details (XML | Word | Printable)

Key: UVE-348
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Janak Mulani
Reporter: Daniel Grob
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
ULCVisualEditor

The canvas should not enforce a minimal size for ULCLayeredPane children

Created: 10/Jan/08 09:20 AM   Updated: 05/Nov/09 03:05 PM
Component/s: None
Affects Version/s: None
Fix Version/s: ULC Visual Editor 6.1.2


 Description  « Hide
ULCLayeredPane does not manage the layout of its children. Therefore it can be used to simulate absolute layout. In the visual editor's canvas the user can modify the location and size of the components. However the visual editor enforces a minimal size for the components. The only way to get below this size is to use the
  • property sheet
  • source code


 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
ömer added a comment - 15/Jan/08 11:28 AM
The two possibilities are unpracticable for developers.

If you resize the element in the width, after changing the height size below the minimal enforced minimal size, the heights size becomes the minimal size.

How can i configure Visual Editor to changing the the size with the gui?


Janak Mulani added a comment - 02/Nov/09 06:57 PM
Reduce the default minimum size of added component to 8,8 from 30,30. 8,8 is the smallest manipulable size on canvas, same as in Eclipse Swing VE.