Hi,
Is there a way to change size of Test Plan dropdown list on the Home page so full test plan name gets displayed? Size in 1.8.1 seems much smaller compared to 1.7.4.
Thanks in advance,
Sujal
Size of Test Plan dropdown list on Home page
Moderators: Amaradana, TurboPT, TL Developers
There are two possibilities:
1. Make the Test Plan name shorter, and add more detail to the description.
2. The with of the control can be increased to 100%, but the text within may still get shortened. (depending on length)
NOTE: this is a CUSTOM modification, which means, if you upgrade to a later version, this will need [highly likely] to be applied again.
2.a. navigate to file: /gui/templates/mainPageRight.tpl
2.b. (as of v1.8.0's release) go to line 115
2.c. change the select width's style to 100%.
Then refresh the main page and see if that's what you need.
1. Make the Test Plan name shorter, and add more detail to the description.
2. The with of the control can be increased to 100%, but the text within may still get shortened. (depending on length)
NOTE: this is a CUSTOM modification, which means, if you upgrade to a later version, this will need [highly likely] to be applied again.
2.a. navigate to file: /gui/templates/mainPageRight.tpl
2.b. (as of v1.8.0's release) go to line 115
2.c. change the select width's style to 100%.
Then refresh the main page and see if that's what you need.
Thanks nice solution!
Other option is to add:
to the same line between 'name' and 'onchange'.
Is there's an option to change the font size of the test plan name?
Other option is to add:
Code: Select all
onfocus="javascript: this.style.width='auto';"
Is there's an option to change the font size of the test plan name?