Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ecsec Public
reqesidta-prototype
client-signer
Commits
c4ac3d09
Commit
c4ac3d09
authored
Sep 18, 2019
by
Tobias Wich
Browse files
Fix initial resizing of status popup
parent
63c71f9b
Changes
1
Hide whitespace changes
Inline
Side-by-side
clients/richclient/src/main/java/org/openecard/richclient/gui/AppTray.java
View file @
c4ac3d09
...
...
@@ -120,11 +120,11 @@ public class AppTray {
frame
.
setVisible
(
false
);
status
.
setInfoPanel
(
frame
);
frame
.
pack
();
frame
.
setResizable
(
false
);
frame
.
setLocationRelativeTo
(
null
);
frame
.
setState
(
Frame
.
ICONIFIED
);
frame
.
setVisible
(
true
);
frame
.
pack
();
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment