This commit is contained in:
Nav
2021-09-07 19:07:13 +01:00
parent a8faabd95f
commit 733cc60ddb
4 changed files with 3 additions and 11 deletions

View File

@@ -227,13 +227,6 @@ QScrollBar::sub-line:vertical {
} }
/* Target Registers Pane */ /* Target Registers Pane */
#target-registers-side-pane {
/*min-width: 250px;*/
/*min-height: 200px;*/
/*height: 200px;*/
}
#target-registers-side-pane #tool-bar { #target-registers-side-pane #tool-bar {
background-color: #353C41; background-color: #353C41;
border-bottom: 1px solid #2b2b2b; border-bottom: 1px solid #2b2b2b;

View File

@@ -71,7 +71,7 @@
<property name="orientation"> <property name="orientation">
<enum>Qt::Horizontal</enum> <enum>Qt::Horizontal</enum>
</property> </property>
<property name="sizeHint" > <property name="sizeHint">
<size> <size>
<width>3</width> <width>3</width>
</size> </size>

View File

@@ -9,9 +9,9 @@
#include <QEvent> #include <QEvent>
#include "ItemWidget.hpp" #include "ItemWidget.hpp"
#include "../SvgWidget.hpp"
#include "src/Insight/InsightWorker/InsightWorker.hpp" #include "src/Insight/InsightWorker/InsightWorker.hpp"
#include "src/Insight/UserInterfaces/InsightWindow/Widgets/SvgWidget.hpp"
namespace Bloom::Widgets namespace Bloom::Widgets
{ {
class RegisterWidget: public ItemWidget class RegisterWidget: public ItemWidget

View File

@@ -5,8 +5,7 @@
using namespace Bloom; using namespace Bloom;
int main(int argc, char* argv[]) int main(int argc, char* argv[]) {
{
auto arguments = std::vector<std::string>(); auto arguments = std::vector<std::string>();
if (argc > 1) { if (argc > 1) {
arguments.assign(argv + 1, argv + argc); arguments.assign(argv + 1, argv + argc);