mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
vcs: Increase vertical gap between commit options
This commit is contained in:
@@ -125,7 +125,7 @@ class CommitOptionsPanel(private val myCommitPanel: CheckinProjectPanel,
|
||||
}
|
||||
|
||||
companion object {
|
||||
fun verticalPanel(title: String) = JPanel(VerticalFlowLayout(0, 0)).apply {
|
||||
fun verticalPanel(title: String) = JPanel(VerticalFlowLayout(0, 5)).apply {
|
||||
border = createTitledBorder(title)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user