1
mirror of https://invent.kde.org/network/falkon.git synced 2024-12-20 18:56:34 +01:00

[Windows] Adjust height of AboutDialog.

This commit is contained in:
nowrep 2013-02-18 19:19:26 +01:00
parent 8ec59bf8b0
commit 498f4b0555

View File

@ -1,6 +1,6 @@
/* ============================================================ /* ============================================================
* QupZilla - WebKit based browser * QupZilla - WebKit based browser
* Copyright (C) 2010-2012 David Rosca <nowrep@gmail.com> * Copyright (C) 2010-2013 David Rosca <nowrep@gmail.com>
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
@ -39,6 +39,10 @@ AboutDialog::AboutDialog(QWidget* parent)
connect(ui->authorsButton, SIGNAL(clicked()), this, SLOT(buttonClicked())); connect(ui->authorsButton, SIGNAL(clicked()), this, SLOT(buttonClicked()));
showAbout(); showAbout();
#ifdef Q_OS_WIN
resize(300, height());
#endif
} }
void AboutDialog::buttonClicked() void AboutDialog::buttonClicked()