Changes between Initial Version and Version 1 of Ticket #6165
- Timestamp:
- 2020-10-21T22:14:13Z (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6165 – Description
initial v1 1 1 Please check the attached test case. When you double-click on the {{{teeJunctionIdeal}}} component, a Parameters window pops up with a field for the replaceable Medium model. 2 2 3 If you click on the drop-down menu, some of the class names are shortened in the middle, with {{{...}}} showing up instead of the missing text. In fact, in order to see those names complete one has to increase the width of the parameter windows, so that the entire fully qualified path can be seen.3 If you click on the drop-down menu, some of the class names are shortened in the middle, with {{{...}}} showing up instead of the missing text. In fact, in order to see those names complete one has to manually increase the width of the parameter windows, so that the entire fully qualified path can be seen. 4 4 5 5 I see that the width of the Parameter dialog editor is not constant in general, and is probably adapted to get all values to fit in drop-down menus. Unfortunately, this adaptation is not correct in this case, because it causes some names to be unnecessarily clipped in the middle.