Skip to content

Commit

Permalink
maximize
Browse files Browse the repository at this point in the history
  • Loading branch information
mzouink committed Jul 9, 2020
1 parent 8253fbe commit d3aba62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/kotlin/com/preibisch/pinna2d/app/MyApp.kt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ class MyApp: App(AnnotationWorkspace::class, Styles::class){
with(stage){
width = 1000.0
height = 800.0
isMaximized= true
addEventFilter(KeyEvent.ANY) {
when(it.eventType){

Expand Down

0 comments on commit d3aba62

Please sign in to comment.