GitHub user ham1 opened a pull request:

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

    Fixed about dialog position on first view

    ## Description
    When viewing "About JMeter" dialog it was positioned with the top corner in 
the middle rather than in the centre of the screen because the first time the 
dialog wasn't `pack()`'ed so didn't have any size.
    
    ## Types of changes
    - Bug fix (non-breaking change which fixes an issue)
    
    ## Checklist:
    <!--- Go over all the following points, and put an `x` in all the boxes 
that apply. -->
    <!--- If you're unsure about any of these, don't hesitate to ask. We're 
here to help! -->
    - [x] My code follows the [code style][style-guide] of this project.
    - [x] I have updated the documentation accordingly.
    
    [style-guide]: https://wiki.apache.org/jmeter/CodeStyleGuidelines


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

    $ git pull https://github.com/ham1/jmeter about_position

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

    https://github.com/apache/jmeter/pull/351.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 #351
    
----
commit d685baa175189690bb691fde6ae2af2cc0d40abb
Author: Graham Russell <gra...@ham1.co.uk>
Date:   2017-12-07T13:48:16Z

    Fixed about dialog position on first view

----


---

Reply via email to