We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c54f293 commit 1fea935Copy full SHA for 1fea935
1 file changed
src/main/kotlin/org/bundleproject/installer/gui/frames/InstallerGui.kt
@@ -31,6 +31,7 @@ object InstallerGui : JFrame("Bundle Installer $INSTALLER_VERSION") {
31
32
iconImage = getResourceImage("/bundle.png")
33
this.defaultCloseOperation = WindowConstants.EXIT_ON_CLOSE
34
+ isResizable = false
35
setSize(404, 258)
36
37
val center = JPanel()
0 commit comments