Skip to content

Commit

Permalink
不设置默认大小
Browse files Browse the repository at this point in the history
  • Loading branch information
Liu Wei committed Apr 5, 2018
1 parent 86b010b commit 05fed88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wuake_window.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"));
Expand Down

0 comments on commit 05fed88

Please sign in to comment.