Tidying
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user