improved audio monitor

This commit is contained in:
itsmattkc
2019-01-22 13:17:38 +11:00
parent e7f05ff64b
commit 8133d4dd9d
6 changed files with 23 additions and 20 deletions
+1 -1
View File
@@ -560,7 +560,7 @@ void Viewer::setup_ui() {
QHBoxLayout* current_timecode_container_layout = new QHBoxLayout(current_timecode_container);
current_timecode_container_layout->setSpacing(0);
current_timecode_container_layout->setMargin(0);
current_timecode_slider = new LabelSlider(current_timecode_container);
current_timecode_slider = new LabelSlider(current_timecode_container);
lower_control_layout->addWidget(current_timecode_container);
QWidget* playback_controls = new QWidget(lower_controls);