You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jmeter.apache.org by Vladimir Sitnikov <si...@gmail.com> on 2020/03/29 12:07:49 UTC

Re: [jmeter] branch master updated: Bug 64280 IfController: Improve UX

> +        conditionPanel.setBorder(BorderFactory.createEtchedBorder()); //
$NON-NLS-1$

Philippe, please remove the etched border.
It adds visual noise for no reason.

I'm inclined that we should forbid the use of
BorderFactory.createEtchedBorder()

Vladimir