mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IJPL-192040 ui: workaround UI DSL bug for Project Widget popup layout
GitOrigin-RevId: 508e01e6de049f938a0535b7b8bc1f64babb3b68
This commit is contained in:
committed by
intellij-monorepo-bot
parent
18f7a1fc14
commit
37b41b0f7e
+6
-10
@@ -340,17 +340,13 @@ private class ProjectWidgetRenderer : ListCellRenderer<PopupFactoryImpl.ActionIt
|
||||
}
|
||||
|
||||
if (projectStatus?.progressText != null) {
|
||||
panel {
|
||||
row {
|
||||
label(projectStatus.progressText)
|
||||
.align(AlignY.CENTER)
|
||||
.applyToComponent {
|
||||
icon = AnimatedIcon.Default.INSTANCE
|
||||
font = JBFont.smallOrNewUiMedium()
|
||||
}
|
||||
}
|
||||
}
|
||||
label(projectStatus.progressText)
|
||||
.align(AlignY.CENTER)
|
||||
.align(AlignX.RIGHT)
|
||||
.applyToComponent {
|
||||
icon = AnimatedIcon.Default.INSTANCE
|
||||
font = JBFont.smallOrNewUiMedium()
|
||||
}
|
||||
}
|
||||
}
|
||||
val providerPath = action.providerPathToDisplay
|
||||
|
||||
Reference in New Issue
Block a user