mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 11:50:54 +07:00
IJPL-159937 Notifications background color differs from text block
GitOrigin-RevId: e66679579832d04c54d8cb98f5c779643466665c
This commit is contained in:
committed by
intellij-monorepo-bot
parent
7f23e180b5
commit
c29f98c531
@@ -41,6 +41,7 @@ fun interface UiDataProvider {
|
||||
return object : JPanel(BorderLayout()), UiDataProvider {
|
||||
init {
|
||||
add(component, BorderLayout.CENTER)
|
||||
isOpaque = component.isOpaque
|
||||
}
|
||||
|
||||
override fun uiDataSnapshot(sink: DataSink) {
|
||||
|
||||
Reference in New Issue
Block a user