update:视频窗口固定大小

This commit is contained in:
Barry 2019-01-27 15:57:37 +08:00
commit 5f1c120a89

View file

@ -244,7 +244,8 @@ void VideoForm::updateShowSize(const QSize &newSize)
//showSize.setHeight(showSize.height() - titleBarHeight);
if (showSize != size()) {
resize(showSize);
setFixedSize(showSize);
//resize(showSize);
updateStyleSheet(vertical);
}
}