Constant phetch::ui::MAX_COLS

source ·
pub const MAX_COLS: usize = 77;
Expand description

How big the longest line can be, for the purposes of calculating margin sizes. We often draw longer lines than this and allow wrapping in text views.