Skip to content

Commit

Permalink
feat: restrict resizing of window's app
Browse files Browse the repository at this point in the history
  • Loading branch information
ancavar committed May 2, 2023
1 parent 6fc0436 commit e2f1fac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/main/kotlin/app/view/MainView.kt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ class MainView : View() {
*/

override val root = vbox {
primaryStage.minWidth = 400.0
primaryStage.minHeight = 600.0
add(tree)
}
}

0 comments on commit e2f1fac

Please sign in to comment.