Companion

Holds constants.

Properties

Link copied to clipboard
const val DEFAULT_SPLITTER_PROPORTION: Float = 0.25f

The default proportion of the splitter component.

Link copied to clipboard
const val EDITOR_PANEL_MARGIN: Int = 10

Pixels of margin outside the editor panel.

Link copied to clipboard
const val SPLITTER_PROPORTION_KEY: String

The key to store the user's last-used splitter proportion under.

Link copied to clipboard
var useTestSplitter: Boolean

Whether createSplitter should use a separate kind of splitter that is more compatible with tests.