From aa5380085125d1a31eb8b90820669412dcc62028 Mon Sep 17 00:00:00 2001 From: "Joachim Wuttke (o)" <j.wuttke@fz-juelich.de> Date: Tue, 31 Oct 2023 12:40:23 +0100 Subject: [PATCH] clang-format --- GUI/View/Instrument/InstrumentView.cpp | 3 ++- GUI/View/SampleDesigner/SampleEditor.cpp | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/GUI/View/Instrument/InstrumentView.cpp b/GUI/View/Instrument/InstrumentView.cpp index 8bada14c5ad..dfd31893a1b 100644 --- a/GUI/View/Instrument/InstrumentView.cpp +++ b/GUI/View/Instrument/InstrumentView.cpp @@ -55,7 +55,8 @@ InstrumentView::InstrumentView(QWidget* parent, ProjectDocument* document) m_scrollArea = new QScrollArea; hLayout->addWidget(m_scrollArea); m_scrollArea->setWidgetResizable(true); - m_scrollArea->setMinimumWidth(1000); // setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding); + m_scrollArea->setMinimumWidth( + 1000); // setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding); hLayout->addStretch(1); diff --git a/GUI/View/SampleDesigner/SampleEditor.cpp b/GUI/View/SampleDesigner/SampleEditor.cpp index 34e50da663e..2b1a323f2af 100644 --- a/GUI/View/SampleDesigner/SampleEditor.cpp +++ b/GUI/View/SampleDesigner/SampleEditor.cpp @@ -33,7 +33,6 @@ SampleEditor::SampleEditor(QWidget* parent, ProjectDocument* document) { QScrollArea::setWidgetResizable(true); QScrollArea::setWidget(new QWidget()); - } SampleEditor::~SampleEditor() -- GitLab