Fixed about dialog position on first view #351
Closed
Conversation
Codecov Report
@@ Coverage Diff @@
## trunk #351 +/- ##
============================================
+ Coverage 58.28% 58.29% +<.01%
- Complexity 10217 10219 +2
============================================
Files 1160 1160
Lines 74426 74427 +1
Branches 7343 7343
============================================
+ Hits 43378 43384 +6
+ Misses 28552 28549 -3
+ Partials 2496 2494 -2
Continue to review full report at Codecov.
|
Can't see how this change caused a test failure... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
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
Checklist: