Fix country combo box sizing in tenant wizard
Table of Contents
This page is a capture in the next bucket of the product backlog — a pre-sprint idea, not yet pulled into a sprint as a story.
What
(One paragraph: the idea.)
Why
(Motivation, problem being solved, related context.)
References
See also
The country combo box in the tenant wizard (and possibly other wizard pages) expands to fill the full dialog height, pushing other fields off-screen. The combo's list popup should be bounded to a sensible maximum height (e.g. 300px). Set QComboBox::setMaxVisibleItems or apply a style sheet max-height to the drop-down view.