mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 15:09:39 +07:00
[inline-completion] ML-1559 Reduce tooltip borders size
GitOrigin-RevId: 6de09e02683f81f9392e7c141ad68fc2b629c316
This commit is contained in:
committed by
intellij-monorepo-bot
parent
ef3da90ca4
commit
522863b447
@@ -47,7 +47,7 @@ internal object InlineCompletionTooltip {
|
||||
cell(session.provider.providerPresentation.getTooltip(editor.project))
|
||||
}
|
||||
}.apply {
|
||||
border = JBUI.Borders.empty(4)
|
||||
border = JBUI.Borders.empty(2)
|
||||
}
|
||||
|
||||
val hint = LightweightHint(panel).apply {
|
||||
|
||||
Reference in New Issue
Block a user