combined-diff: use default font size for block headers

GitOrigin-RevId: 146dcfddb388d237d32732c527af72d3d0395bbb
This commit is contained in:
Dmitry Zhuravlev
2022-04-26 11:34:21 +00:00
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 {