Skip to content

SystemDialog: Fix display when there is no component

This is something that can happen when we are relying only on the title and the dialog buttons. We were not taking into account the cases when it was null so it would fail to calculate the minimum size.

Merge request reports