Tidying
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -71,7 +71,7 @@
|
||||
<property name="orientation">
|
||||
<enum>Qt::Horizontal</enum>
|
||||
</property>
|
||||
<property name="sizeHint" >
|
||||
<property name="sizeHint">
|
||||
<size>
|
||||
<width>3</width>
|
||||
</size>
|
||||
|
||||
@@ -9,9 +9,9 @@
|
||||
#include <QEvent>
|
||||
|
||||
#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
|
||||
|
||||
@@ -5,8 +5,7 @@
|
||||
|
||||
using namespace Bloom;
|
||||
|
||||
int main(int argc, char* argv[])
|
||||
{
|
||||
int main(int argc, char* argv[]) {
|
||||
auto arguments = std::vector<std::string>();
|
||||
if (argc > 1) {
|
||||
arguments.assign(argv + 1, argv + argc);
|
||||
|
||||
Reference in New Issue
Block a user