KTNB-810: Improve "override exising" UX, show "Save All Plots" action in the context menu

"Save all" has gone from the cell menu after PY-73353

GitOrigin-RevId: 38350fea422b785df7a4e1e96b4c5999a73ad5f1
This commit is contained in:
Ilya Muradyan
2024-10-07 00:27:49 +02:00
committed by intellij-monorepo-bot
parent cccd94c4b0
commit e50be88163

View File

@@ -11,7 +11,7 @@ import javax.swing.JPanel
import kotlin.math.max
import kotlin.math.min
internal class InnerComponent : JPanel() {
class InnerComponent : JPanel() {
data class Constraint(val widthStretching: NotebookOutputComponentFactory.WidthStretching, val limitedHeight: Boolean)
var maxHeight: Int = Int.MAX_VALUE