Skip to content

Commit

Permalink
Bug 63347 - View result tree: The search field is so small that even …
Browse files Browse the repository at this point in the history
…a single character is not visible on Windows 7

Bugzilla Id: 63347

git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1859185 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
pmouawad committed May 13, 2019
1 parent 608666e commit 4d612f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ public JToolBar getSearchToolBar() {
*/
private JToolBar createSearchToolBar() {
// Search field
textToFindField = new JTextField(); // $NON-NLS-1$
textToFindField = new JTextField(30); // $NON-NLS-1$
this.toolBar = new JToolBar();
toolBar.setFloatable(false);
toolBar.setFont(FONT_SMALL);
Expand Down
1 change: 1 addition & 0 deletions xdocs/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ to view the last major behaviors with the version 5.1.1.
<ul>
<li><bug>63319</bug><code>ArrayIndexOutOfBoundsException</code> in Aggregate Graph when selecting 90&nbsp;% or 95&nbsp;% columns</li>
<li><bug>63423</bug>Selection of table rows in Aggregate Graph gets lost too often</li>
<li><bug>63347</bug>View result tree: The search field is so small that even a single character is not visible on Windows 7</li>
</ul>

<h3>Timers, Assertions, Config, Pre- &amp; Post-Processors</h3>
Expand Down

0 comments on commit 4d612f3

Please sign in to comment.