edesiocs / ingatan

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

Entries in the edit-answer-fields dialogue are far too big for the answer fields they hold. #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open the library manager.
2. Click the 'Edit Answer Fields List' button on the far right, in the answer 
fields palette.
3. Observe how the entries in the list appear in frames that are far too large 
for the size of the answer fields.

What is the expected output? What do you see instead?
The frames should be sized based on the default size of each answer field. 
Instead all frames are the same, huge, maximum size.

Care should be taken that the size of the frames is based on a correct answer 
field size value. For example, the AnsFieldHint field will simply fill the 
container into which it is placed.

Original issue reported on code.google.com by tom.eve...@gmail.com on 25 Jul 2010 at 11:56

GoogleCodeExporter commented 9 years ago
Fixed. Based height of frames on the minimum size of the answer field contained.

See revision 552478c070: 
http://code.google.com/p/ingatan/source/detail?r=552478c070b3533d1da6c3020ed87d4
b2225bcc3

Original comment by tom.eve...@gmail.com on 27 Jul 2010 at 7:01