Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 319d6fb

Browse files
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)

AltStyle によって変換されたページ (->オリジナル) /