fix selection panel contents
This commit is contained in:
@@ -96,7 +96,10 @@ SelectionContent::SelectionContent(const SelectionContext& context,
|
||||
m_constructionSection->getContentLayout()->addWidget(m_constructionBar);
|
||||
m_constructionSection->getContentLayout()->addWidget(
|
||||
new EmptyNote(tr("No buffers until built"), m_constructionSection));
|
||||
cardLayout->addWidget(m_constructionSection);
|
||||
// Directly below the header rather than where the runtime group sits, so how far
|
||||
// along the site is reads before what it is configured to become
|
||||
// (REQ-UI-SELECTION-CARD).
|
||||
cardLayout->insertWidget(1, m_constructionSection);
|
||||
|
||||
setSlot(QColor(), tr("constructing"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user