Skip to content

Commit a52fee9

Browse files
committed
Make plugin dialog unresizable
1 parent 6971ef8 commit a52fee9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utbot-intellij/src/main/kotlin/org/utbot/intellij/plugin/ui/GenerateTestsDialogWindow.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ class GenerateTestsDialogWindow(val model: GenerateTestsModel) : DialogWrapper(m
138138

139139
init {
140140
title = "Generate tests with UtBot"
141+
setResizable(false)
141142
init()
142143
}
143144

0 commit comments

Comments
 (0)