05737cd449
A `Control` can define `get_desired_size()` which allows it to grow based on its content without increasing its minimum size. This new size will be respected by parent `Container`s. Currently used by `Label` and `TabBar`.