mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
layout fixed (import and no_libraries widgets)
This commit is contained in:
parent
e309cffa16
commit
8d00ae774d
@ -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);
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user