Skip to content

Commit 319d6fb

Browse files
authored
Fix gaps in settings (#2668)
Remove unnecessary bottom gap from settings window
1 parent f6bc749 commit 319d6fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utbot-intellij/src/main/kotlin/org/utbot/intellij/plugin/settings/SettingsWindow.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class SettingsWindow(val project: Project) {
6464
enableSummarizationGenerationCheckBox.isSelected = false
6565
}
6666
}
67-
}.bottomGap(BottomGap.MEDIUM)
67+
}
6868

6969
row("Overflow detection:") {
7070
createCombo(TreatOverflowAsError::class, TreatOverflowAsError.values())

0 commit comments

Comments
 (0)