You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by mi...@apache.org on 2017/07/18 14:41:22 UTC

svn commit: r1802304 - /jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.java

Author: milamber
Date: Tue Jul 18 14:41:22 2017
New Revision: 1802304

URL: http://svn.apache.org/viewvc?rev=1802304&view=rev
Log:
Remove Preferred Size on web request panel: don't needed and avoided a cut of field when the HiDPI x2 factor is enabled

Modified:
    jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.java

Modified: jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.java
URL: http://svn.apache.org/viewvc/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.java?rev=1802304&r1=1802303&r2=1802304&view=diff
==============================================================================
--- jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.java (original)
+++ jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.java Tue Jul 18 14:41:22 2017
@@ -395,7 +395,6 @@ public class UrlConfigGui extends JPanel
         }
 
         JPanel pathPanel =  new HorizontalPanel();
-        pathPanel.setPreferredSize(new Dimension(80,30));
         if (notConfigOnly){
             pathPanel.add(method);
         }