mirror of
https://github.com/YACReader/yacreader
synced 2025-07-22 15:04:40 -04:00
layout fixed (import and no_libraries widgets)
This commit is contained in:
@ -154,8 +154,8 @@ ImportWidget::ImportWidget(QWidget *parent) :
|
|||||||
QVBoxLayout * textLayout = new QVBoxLayout();
|
QVBoxLayout * textLayout = new QVBoxLayout();
|
||||||
|
|
||||||
QWidget * topWidget = new QWidget();
|
QWidget * topWidget = new QWidget();
|
||||||
topWidget->setFixedSize(650,180);
|
topWidget->setFixedWidth(650);
|
||||||
textLayout->addSpacing(12);
|
textLayout->addStretch();
|
||||||
textLayout->addWidget(text);
|
textLayout->addWidget(text);
|
||||||
textLayout->addSpacing(12);
|
textLayout->addSpacing(12);
|
||||||
textLayout->addWidget(textDescription);
|
textLayout->addWidget(textDescription);
|
||||||
|
@ -40,8 +40,8 @@ NoLibrariesWidget::NoLibrariesWidget(QWidget *parent) :
|
|||||||
QVBoxLayout * textLayout = new QVBoxLayout();
|
QVBoxLayout * textLayout = new QVBoxLayout();
|
||||||
|
|
||||||
QWidget * topWidget = new QWidget();
|
QWidget * topWidget = new QWidget();
|
||||||
topWidget->setFixedSize(650,160);
|
topWidget->setFixedWidth(650);
|
||||||
textLayout->addSpacing(12);
|
textLayout->addStretch();
|
||||||
textLayout->addWidget(text);
|
textLayout->addWidget(text);
|
||||||
textLayout->addSpacing(12);
|
textLayout->addSpacing(12);
|
||||||
textLayout->addWidget(textDescription);
|
textLayout->addWidget(textDescription);
|
||||||
|
Reference in New Issue
Block a user