IJPL-192040 ui: workaround UI DSL bug for Project Widget popup layout

GitOrigin-RevId: 508e01e6de049f938a0535b7b8bc1f64babb3b68
This commit is contained in:
Aleksey Pivovarov
2025-06-17 18:56:23 +00:00
committed by intellij-monorepo-bot
parent 18f7a1fc14
commit 37b41b0f7e
@@ -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