Browse Source

UI: Fix properties widget being cut off until resize

derrod 2 years ago
parent
commit
a0b5c1b3f5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      UI/properties-view.cpp

+ 1 - 0
UI/properties-view.cpp

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