layout fixed (import and no_libraries widgets)

This commit is contained in:
Luis Ángel San Martín 2013-05-19 17:38:51 +02:00
parent e309cffa16
commit 8d00ae774d
2 changed files with 4 additions and 4 deletions

View File

@ -154,8 +154,8 @@ ImportWidget::ImportWidget(QWidget *parent) :
QVBoxLayout * textLayout = new QVBoxLayout();
QWidget * topWidget = new QWidget();
topWidget->setFixedSize(650,180);
textLayout->addSpacing(12);
topWidget->setFixedWidth(650);
textLayout->addStretch();
textLayout->addWidget(text);
textLayout->addSpacing(12);
textLayout->addWidget(textDescription);

View File

@ -40,8 +40,8 @@ NoLibrariesWidget::NoLibrariesWidget(QWidget *parent) :
QVBoxLayout * textLayout = new QVBoxLayout();
QWidget * topWidget = new QWidget();
topWidget->setFixedSize(650,160);
textLayout->addSpacing(12);
topWidget->setFixedWidth(650);
textLayout->addStretch();
textLayout->addWidget(text);
textLayout->addSpacing(12);
textLayout->addWidget(textDescription);