[GitHub] jmeter pull request #338: Fix main frame position

2017-11-23 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/jmeter/pull/338


---


[GitHub] jmeter pull request #338: Fix main frame position

2017-11-23 Thread artem-fedorov
GitHub user artem-fedorov opened a pull request:

https://github.com/apache/jmeter/pull/338

Fix main frame position

1) Move JMeter window at the top the stacking order of any other windows. 
(Before: after start JMeter this window can be located under another window)
2) Show JMeter window relative to default graphics device with relative 
size to it. (Problem now is if you have 2 monitors JMeter shows main frame with 
dimension relative to summary screen resolution. For example 2 monitors 
1920x1080 are summarized to 3840x1080 and JMeter window width will be 80% from 
3840)

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/artem-fedorov/jmeter fix/show-main-frame

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/jmeter/pull/338.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #338


commit 12fb8670e4bb81f8d035365dc9688c9f4f739ff4
Author: Artem Fedorov 
Date:   2017-11-23T09:13:29Z

fix main frame position

commit aaee0a5b18e66c89abc5a027c7abf21b91983487
Author: Artem Fedorov 
Date:   2017-11-23T09:22:57Z

fix changes




---