Skip to content

Commit 1fea935

Browse files
committed
make gui non-resizable again
1 parent c54f293 commit 1fea935

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/kotlin/org/bundleproject/installer/gui/frames/InstallerGui.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ object InstallerGui : JFrame("Bundle Installer $INSTALLER_VERSION") {
3131

3232
iconImage = getResourceImage("/bundle.png")
3333
this.defaultCloseOperation = WindowConstants.EXIT_ON_CLOSE
34+
isResizable = false
3435
setSize(404, 258)
3536

3637
val center = JPanel()

0 commit comments

Comments
 (0)