removed hardcoded widths for dialogs, fixes #425
This commit is contained in:
@@ -7,8 +7,7 @@
|
||||
DemoNotice::DemoNotice(QWidget *parent) :
|
||||
QDialog(parent)
|
||||
{
|
||||
setWindowTitle(tr("Welcome to Olive!"));
|
||||
setMaximumWidth(600);
|
||||
setWindowTitle(tr("Welcome to Olive!"));
|
||||
|
||||
QVBoxLayout* vlayout = new QVBoxLayout(this);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user