NOISSUE improve toolbars
This commit is contained in:
parent
1e5b595923
commit
bf38021937
15 changed files with 138 additions and 42 deletions
|
@ -112,10 +112,7 @@ VersionPage::VersionPage(MinecraftInstance *inst, QWidget *parent)
|
|||
{
|
||||
ui->setupUi(this);
|
||||
|
||||
QWidget* spacer = new QWidget();
|
||||
spacer->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding);
|
||||
// toolBar is a pointer to an existing toolbar
|
||||
ui->toolBar->insertWidget(ui->actionReload, spacer);
|
||||
ui->toolBar->insertSpacer(ui->actionReload);
|
||||
|
||||
m_profile = m_inst->getComponentList();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue