mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
IJPL-186181 [station] fix feedback on Remote project opening for old Toolbox versions
GitOrigin-RevId: 5cf098d7594b1fe97b92bf971ec78d5d511b7630
This commit is contained in:
committed by
intellij-monorepo-bot
parent
2566831de6
commit
8826c042f3
@@ -317,11 +317,14 @@ private class ProjectWidgetRenderer : ListCellRenderer<PopupFactoryImpl.ActionIt
|
||||
panel {
|
||||
row {
|
||||
icon(AnimatedIcon.Default.INSTANCE)
|
||||
.customize(customGaps = UnscaledGaps(right = 5))
|
||||
.align(AlignY.CENTER)
|
||||
label(UIBundle.message("project.widget.opening.project.progress.text"))
|
||||
.align(AlignY.CENTER)
|
||||
.customize(textGaps.copy(top = 0))
|
||||
}
|
||||
}
|
||||
.align(AlignX.RIGHT)
|
||||
.align(AlignY.CENTER)
|
||||
}
|
||||
}
|
||||
val providerPath = action.providerPathToDisplay
|
||||
|
||||
Reference in New Issue
Block a user