UI: Fix properties widget being cut off until resize

This commit is contained in:
derrod 2023-02-05 17:23:40 +01:00 committed by Rodney
parent b2375a0660
commit a0b5c1b3f5

View file

@ -138,6 +138,7 @@ void OBSPropertiesView::RefreshProperties()
setWidget(widget);
SetScrollPos(h, v);
setSizePolicy(mainPolicy);
adjustSize();
lastFocused.clear();
if (lastWidget) {