Skip to content

Commit

Permalink
UI tweaks
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed Nov 1, 2023
1 parent c5ed5ec commit 94b0137
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion systray/mod-app.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ class AppWindow : public QMainWindow
ui.sp_midi_pb->setValue(settings.value("PedalboardsMidiChannel", 0).toInt());
ui.sp_midi_pb->setValue(settings.value("SnapshotsMidiChannel", 0).toInt());

const bool verboseLogs = settings.value("VerboseLogs", true).toBool();
const bool verboseLogs = settings.value("VerboseLogs", false).toBool();
ui.gb_logs->setVisible(verboseLogs);
ui.cb_verbose_basic->setChecked(verboseLogs);
ui.cb_verbose_jackd->setChecked(settings.value("VerboseLogsJack", false).toBool());
Expand Down
18 changes: 17 additions & 1 deletion systray/mod-app.ui
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>1010</width>
<height>814</height>
<height>826</height>
</rect>
</property>
<property name="windowTitle">
Expand Down Expand Up @@ -179,6 +179,22 @@
</item>
</layout>
</item>
<item>
<spacer name="verticalSpacer_2">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>6</height>
</size>
</property>
</spacer>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_7">
<item>
Expand Down

0 comments on commit 94b0137

Please sign in to comment.