From d4634c36314634a47b776b59fdb49f43359109f3 Mon Sep 17 00:00:00 2001 From: xiaji Date: Thu, 19 Mar 2026 09:46:44 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E7=AA=97=E5=8F=A3=E9=AB=98?= =?UTF-8?q?=E5=BA=A6=E6=94=B9=E5=96=84=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- push_screen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/push_screen.py b/push_screen.py index 9f0cb61..850f6e6 100644 --- a/push_screen.py +++ b/push_screen.py @@ -62,7 +62,7 @@ class MainWindow(QMainWindow): def __init__(self): super().__init__() self.setWindowTitle("投屏源控制") - self.setFixedSize(500, 350) + self.setFixedSize(520, 420) self.status_bar = QStatusBar() self.setStatusBar(self.status_bar)