We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6bc749 commit 319d6fbCopy full SHA for 319d6fb
utbot-intellij/src/main/kotlin/org/utbot/intellij/plugin/settings/SettingsWindow.kt
@@ -64,7 +64,7 @@ class SettingsWindow(val project: Project) {
64
enableSummarizationGenerationCheckBox.isSelected = false
65
}
66
67
- }.bottomGap(BottomGap.MEDIUM)
+ }
68
69
row("Overflow detection:") {
70
createCombo(TreatOverflowAsError::class, TreatOverflowAsError.values())
0 commit comments