mirror of
https://github.com/QuasarApp/installer-framework.git
synced 2025-05-07 10:39:33 +00:00
Add fetch to the same pane with package categories
Task-number: QTIFW-1284 Change-Id: Idfd81c3beb60a4dd3b6e8523c219823477eaeeb4 Reviewed-by: Janne Anttila <janne.anttila@qt.io> Reviewed-by: Katja Marttila <katja.marttila@qt.io>
This commit is contained in:
parent
3e114f6317
commit
a499b3d85e
@ -214,9 +214,9 @@ void ComponentSelectionPagePrivate::setupCategoryLayout()
|
||||
checkBox->setToolTip(repository.tooltip());
|
||||
categoryLayout->addWidget(checkBox);
|
||||
}
|
||||
categoryLayout->addWidget(fetchCategoryButton);
|
||||
|
||||
vLayout->addWidget(m_categoryGroupBox);
|
||||
vLayout->addWidget(fetchCategoryButton);
|
||||
vLayout->addStretch();
|
||||
m_mainHLayout->insertWidget(0, m_categoryWidget);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user