Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kieker Trace Diagnosis
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Kieker
Kieker Trace Diagnosis
Commits
9b30ff48
Commit
9b30ff48
authored
9 years ago
by
Nils Christian Ehmke
Browse files
Options
Downloads
Patches
Plain Diff
Added pack method as the settings dialog has an invalid size on some systems
parent
0a6a747c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/kieker/diagnosis/mainview/dialog/SettingsDialog.java
+1
-0
1 addition, 0 deletions
...java/kieker/diagnosis/mainview/dialog/SettingsDialog.java
with
1 addition
and
0 deletions
src/main/java/kieker/diagnosis/mainview/dialog/SettingsDialog.java
+
1
−
0
View file @
9b30ff48
...
@@ -83,6 +83,7 @@ public final class SettingsDialog extends Dialog {
...
@@ -83,6 +83,7 @@ public final class SettingsDialog extends Dialog {
this
.
shlSettings
.
open
();
this
.
shlSettings
.
open
();
this
.
shlSettings
.
layout
();
this
.
shlSettings
.
layout
();
this
.
shlSettings
.
pack
();
final
Display
display
=
this
.
getParent
().
getDisplay
();
final
Display
display
=
this
.
getParent
().
getDisplay
();
final
Rectangle
screenSize
=
display
.
getPrimaryMonitor
().
getBounds
();
final
Rectangle
screenSize
=
display
.
getPrimaryMonitor
().
getBounds
();
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment