From 092ffee8cd665bc178a8f8f55fd0e74b4e08c0bc Mon Sep 17 00:00:00 2001 From: rankun Date: Sat, 24 Nov 2018 20:56:17 +0800 Subject: [PATCH] =?UTF-8?q?update=EF=BC=9Amac=E4=B8=8A=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E4=BD=8D=E7=BD=AE=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- QtScrcpy/videoform.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/QtScrcpy/videoform.cpp b/QtScrcpy/videoform.cpp index 5e26869..089684f 100644 --- a/QtScrcpy/videoform.cpp +++ b/QtScrcpy/videoform.cpp @@ -92,6 +92,8 @@ VideoForm::VideoForm(const QString& serial, QWidget *parent) : // support wireless connect //m_server->start("192.168.0.174:5555", 27183, 720, 8000000, ""); }); + + updateShowSize(size()); } VideoForm::~VideoForm()