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:
@ -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);
|
||||
|
Reference in New Issue
Block a user