Browse Source

UI: Put program on top in vertical studio mode

Co-Authored-By: Elias Thompson <[email protected]>
gxalpha 3 năm trước cách đây
mục cha
commit
252918a7c4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      UI/window-basic-main.cpp

+ 1 - 1
UI/window-basic-main.cpp

@@ -4331,7 +4331,7 @@ void OBSBasic::ResetUI()
 				      "StudioModeLabels");
 
 	if (studioPortraitLayout)
-		ui->previewLayout->setDirection(QBoxLayout::TopToBottom);
+		ui->previewLayout->setDirection(QBoxLayout::BottomToTop);
 	else
 		ui->previewLayout->setDirection(QBoxLayout::LeftToRight);