resize&shortcuts #25

Manually merged
CodeSteak merged 16 commits from resize into master 2019-06-12 19:11:15 +02:00
Showing only changes of commit b5545e1bae - Show all commits

View File

@ -18,7 +18,7 @@ class Main : App(StartupView::class) {
stage.width = 1008.00 stage.width = 1008.00
stage.height = 535.00 stage.height = 535.00
stage.isResizable = true stage.isResizable = true
stage.icons.add(Image("icons/TextureSync_Icon_256x256.jpeg")) stage.icons.add(Image("icons/TextureSync_Icon_256x256.png"))
stage.setOnCloseRequest { System.exit(0) } stage.setOnCloseRequest { System.exit(0) }
super.start(stage) super.start(stage)