mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 23:39:07 +07:00
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:
committed by
intellij-monorepo-bot
parent
cccd94c4b0
commit
e50be88163
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user