Skip to content

Commit baec3e8

Browse files
committed
Adjust logo and center about screen
1 parent e9b3a6f commit baec3e8

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

src/main/kotlin/be/ugent/topl/mio/ui/AboutScreen.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ open class AboutScreen(protected val config: DebuggerConfig) : JFrame() {
5555
if (desktop.isSupported(Desktop.Action.APP_ABOUT)) {
5656
desktop.setAboutHandler {
5757
AboutScreen(config).apply {
58+
setLocationRelativeTo(null)
5859
isVisible = true
5960
}
6061
}

src/main/resources/MIO_Logo2.svg

Lines changed: 6 additions & 6 deletions
Loading

0 commit comments

Comments
 (0)