Skip to content

Commit be71ea7

Browse files
committed
GUI updates
1 parent b35227b commit be71ea7

File tree

2 files changed

+2203
-2139
lines changed

2 files changed

+2203
-2139
lines changed

Gui/MainWindow.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ MainWindow::MainWindow(QWidget *pParent) :
1919
mScene.setSceneRect(canvas::DIMENSIONS);
2020
mView.SetScene(mScene);
2121

22-
mUi->uViewLayout->addWidget(&mView, 0, 0, 4, 6);
22+
mUi->uViewLayout->addWidget(&mView, 0, 0, 8, 6);
2323

2424
mView.stackUnder(mUi->uToolboxContainer);
2525

@@ -1401,7 +1401,7 @@ void MainWindow::InitializeToolboxTree()
14011401
auto outputItem = new QStandardItem(outputIcon, "Output");
14021402
mToolboxTreeModel.appendRow(outputItem);
14031403

1404-
mCategoryAddersItem = new QStandardItem(mAwesome.icon(fa::chevrondown, mChevronIconVariant), "Adders");
1404+
mCategoryAddersItem = new QStandardItem(mAwesome.icon(fa::chevronup, mChevronIconVariant), "Adders");
14051405
mCategoryAddersItem->setSelectable(false);
14061406
mToolboxTreeModel.appendRow(mCategoryAddersItem);
14071407

0 commit comments

Comments
 (0)