From 05fed88b524f5598a981cfde520be2be864db06d Mon Sep 17 00:00:00 2001 From: Liu Wei Date: Thu, 5 Apr 2018 16:25:42 +0800 Subject: [PATCH] =?UTF-8?q?=20=E4=B8=8D=E8=AE=BE=E7=BD=AE=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E5=A4=A7=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wuake_window.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wuake_window.cpp b/wuake_window.cpp index fd0620f..9d1ac8a 100644 --- a/wuake_window.cpp +++ b/wuake_window.cpp @@ -14,7 +14,7 @@ WuakeWindow::WuakeWindow(QWidget *parent) : QDialog(parent, Qt::ToolTip | Qt::FramelessWindowHint) //QDialog(parent) { - resize(819, 475); + //resize(819, 475); mTrayIcon = new QSystemTrayIcon(this); mTrayIcon->setIcon(QIcon(":/res/images/app.png"));