diff --git a/src/Insight/UserInterfaces/InsightWindow/Stylesheets/InsightWindow.qss b/src/Insight/UserInterfaces/InsightWindow/Stylesheets/InsightWindow.qss index 857ea019..221824a6 100644 --- a/src/Insight/UserInterfaces/InsightWindow/Stylesheets/InsightWindow.qss +++ b/src/Insight/UserInterfaces/InsightWindow/Stylesheets/InsightWindow.qss @@ -227,13 +227,6 @@ QScrollBar::sub-line:vertical { } /* Target Registers Pane */ -#target-registers-side-pane { - /*min-width: 250px;*/ - /*min-height: 200px;*/ - /*height: 200px;*/ - -} - #target-registers-side-pane #tool-bar { background-color: #353C41; border-bottom: 1px solid #2b2b2b; diff --git a/src/Insight/UserInterfaces/InsightWindow/UiFiles/InsightWindow.ui b/src/Insight/UserInterfaces/InsightWindow/UiFiles/InsightWindow.ui index b60473fe..a52215a0 100644 --- a/src/Insight/UserInterfaces/InsightWindow/UiFiles/InsightWindow.ui +++ b/src/Insight/UserInterfaces/InsightWindow/UiFiles/InsightWindow.ui @@ -71,7 +71,7 @@ Qt::Horizontal - + 3 diff --git a/src/Insight/UserInterfaces/InsightWindow/Widgets/TargetRegistersPane/RegisterWidget.hpp b/src/Insight/UserInterfaces/InsightWindow/Widgets/TargetRegistersPane/RegisterWidget.hpp index 6c4468ff..8807726f 100644 --- a/src/Insight/UserInterfaces/InsightWindow/Widgets/TargetRegistersPane/RegisterWidget.hpp +++ b/src/Insight/UserInterfaces/InsightWindow/Widgets/TargetRegistersPane/RegisterWidget.hpp @@ -9,9 +9,9 @@ #include #include "ItemWidget.hpp" -#include "../SvgWidget.hpp" #include "src/Insight/InsightWorker/InsightWorker.hpp" +#include "src/Insight/UserInterfaces/InsightWindow/Widgets/SvgWidget.hpp" namespace Bloom::Widgets { class RegisterWidget: public ItemWidget diff --git a/src/main.cpp b/src/main.cpp index 0bbd58ab..1b66af3c 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -5,8 +5,7 @@ using namespace Bloom; -int main(int argc, char* argv[]) -{ +int main(int argc, char* argv[]) { auto arguments = std::vector(); if (argc > 1) { arguments.assign(argv + 1, argv + argc);