Created attachment 37109 [details] Print screen of character sizes Hi, I send you the document with all the differences of character sizes and background in View Results Tree. I use the version apache-jmeter-5.3-SNAPSHOT from 2020-03-19 with Darklaf solarized light To standardize the size of the characters, it's possible to keep the large size among the 4 samples in document. Thanks.
The issue there is "Response data" uses org.apache.jmeter.visualizers.SearchTextExtension#SearchTextExtension while "Request data" uses org.apache.jmeter.gui.util.JSyntaxSearchToolBar#JSyntaxSearchToolBar In other words, it looks like code duplication with a slightly different implementation. There's one more issue: search toolbar can't be zoomed because it uses a hard-coded font size. I think we should factor FONT_SMALL and friends to UIDefautls, then we can consistently update it for LaF and zoom purposes.
I wonder if the search panel should appear only when ctrl+f / cmd+f is pressed.
@Vladimir, Can you confirm this is fixed by: https://github.com/apache/jmeter/pull/572 Thanks
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/5263