mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-15 03:28:49 -07:00
Improve dialogs (#4153)
This commit is contained in:
parent
0966a8e90f
commit
d07bf1211a
2 changed files with 5 additions and 1 deletions
|
|
@ -52,6 +52,10 @@ DlgUpdate::DlgUpdate(QWidget *parent) : QDialog(parent)
|
|||
parentLayout->addWidget(buttonBox);
|
||||
|
||||
setLayout(parentLayout);
|
||||
setWindowTitle(tr("Check for Client Updates"));
|
||||
|
||||
setFixedHeight(sizeHint().height());
|
||||
setFixedWidth(sizeHint().width());
|
||||
|
||||
// Check for SSL (this probably isn't necessary)
|
||||
if (!QSslSocket::supportsSsl()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue