mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -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();
|
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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user