luisandresilva / reprotool

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

Edit actor dialog layout problem #25

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The dialog for editing an actor probably uses a fixed layout.
The "Parent actor" select-box is not rendered properly on Linux.
You should use some sort of pack() method that computes the final layout.

What steps will reproduce the problem?
1. In project explorer right-click some actor to show the popup menu
2. Select "Edit Actor" from the popup menu
3. A dialog "Actor detail" should appear which does not properly show the last 
select-box "Parent actor"

Original issue reported on code.google.com by viliam.s...@gmail.com on 16 Jun 2011 at 3:26

GoogleCodeExporter commented 8 years ago
Problem was in method getInitialSize() which determines size of the dialog.
After deleting the method size of the dialog is computed according to its
contents. 
To increase dialog width "widthHint" property property of the first Text widget
was set to 200px.

Original comment by jiri.vin...@gmail.com on 17 Jun 2011 at 6:32

GoogleCodeExporter commented 8 years ago
bulk closed

Original comment by jiri.vin...@gmail.com on 12 Nov 2011 at 5:35