mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
combined-diff: use default font size for block headers
GitOrigin-RevId: 146dcfddb388d237d32732c527af72d3d0395bbb
This commit is contained in:
committed by
intellij-monorepo-bot
parent
f97c59e70f
commit
061b79af90
@@ -120,7 +120,6 @@ private class CombinedSimpleDiffHeader(blockId: CombinedPathBlockId, withBorder:
|
||||
append(FontUtil.spaceAndThinSpace() + parentPath, SimpleTextAttributes.GRAYED_ATTRIBUTES)
|
||||
}
|
||||
icon = FileTypeRegistry.getInstance().getFileTypeByFileName(path.name).icon
|
||||
font = JBUI.Fonts.label(16f)
|
||||
}
|
||||
val component = OpaquePanel(FlowLayout(FlowLayout.LEFT, JBUI.scale(3), 0))
|
||||
.apply {
|
||||
|
||||
Reference in New Issue
Block a user