setMinimizeWidth

Sets the custom width for the minimized state of the floating pane in a specific mode.

This allows overriding the default minimized width for a given FloatingPaneMode. If width is null, the default minimized width for that mode will be used.

Parameters

mode

The FloatingPaneMode for which to set the custom minimized width.

width

The custom minimized width in pixels, or null to use the default.