ASF Bugzilla – Attachment 34577 Details for
Bug 60542
View Results Tree : Allow Upper Panel to be collapsed
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch implementing enhancement
BUG_60542.patch (text/plain), 1.15 KB, created by
UbikLoadPack support
on 2017-01-02 21:09:10 UTC
(
hide
)
Description:
Patch implementing enhancement
Filename:
MIME Type:
Creator:
UbikLoadPack support
Created:
2017-01-02 21:09:10 UTC
Size:
1.15 KB
patch
obsolete
>Index: src/components/org/apache/jmeter/visualizers/ViewResultsFullVisualizer.java >=================================================================== >--- src/components/org/apache/jmeter/visualizers/ViewResultsFullVisualizer.java (revision 1776781) >+++ src/components/org/apache/jmeter/visualizers/ViewResultsFullVisualizer.java (working copy) >@@ -225,7 +225,6 @@ > log.debug("init() - pass"); > setLayout(new BorderLayout(0, 5)); > setBorder(makeBorder()); >- add(makeTitlePanel(), BorderLayout.NORTH); > > leftSide = createLeftPanel(); > // Prepare the common tab >@@ -238,7 +237,10 @@ > JSplitPane searchAndMainSP = new JSplitPane(JSplitPane.VERTICAL_SPLIT, > new SearchTreePanel(root), mainSplit); > searchAndMainSP.setOneTouchExpandable(true); >- add(searchAndMainSP, BorderLayout.CENTER); >+ JSplitPane splitPane = new JSplitPane(JSplitPane.VERTICAL_SPLIT, makeTitlePanel(), searchAndMainSP); >+ splitPane.setOneTouchExpandable(true); >+ add(splitPane); >+ > // init right side with first render > resultsRender.setRightSide(rightSide); > resultsRender.init();
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 60542
: 34577