IJPL-186181 [station] fix feedback on Remote project opening for old Toolbox versions

GitOrigin-RevId: 5cf098d7594b1fe97b92bf971ec78d5d511b7630
This commit is contained in:
Aleksey Pivovarov
2025-05-21 16:43:33 +02:00
committed by intellij-monorepo-bot
parent 2566831de6
commit 8826c042f3

View File

@@ -317,11 +317,14 @@ private class ProjectWidgetRenderer : ListCellRenderer<PopupFactoryImpl.ActionIt
panel { panel {
row { row {
icon(AnimatedIcon.Default.INSTANCE) icon(AnimatedIcon.Default.INSTANCE)
.customize(customGaps = UnscaledGaps(right = 5))
.align(AlignY.CENTER)
label(UIBundle.message("project.widget.opening.project.progress.text")) label(UIBundle.message("project.widget.opening.project.progress.text"))
.align(AlignY.CENTER)
.customize(textGaps.copy(top = 0))
} }
} }
.align(AlignX.RIGHT) .align(AlignX.RIGHT)
.align(AlignY.CENTER)
} }
} }
val providerPath = action.providerPathToDisplay val providerPath = action.providerPathToDisplay