mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 14:38:11 +00:00
SoundPlayer: Remove AutoSlider for the seek bar in favor of Slider
This commit is contained in:
parent
9e61e48b31
commit
3a1efbb9e4
3 changed files with 11 additions and 58 deletions
|
@ -7,13 +7,13 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include "Common.h"
|
||||
#include "PlaybackManager.h"
|
||||
#include "Player.h"
|
||||
#include "VisualizationWidget.h"
|
||||
#include <AK/FixedArray.h>
|
||||
#include <AK/NonnullRefPtr.h>
|
||||
#include <LibAudio/ConnectionToServer.h>
|
||||
#include <LibGUI/Slider.h>
|
||||
#include <LibGUI/Splitter.h>
|
||||
#include <LibGUI/Widget.h>
|
||||
|
||||
|
@ -77,7 +77,7 @@ private:
|
|||
RefPtr<GUI::Action> m_back_action;
|
||||
RefPtr<GUI::Action> m_next_action;
|
||||
|
||||
RefPtr<AutoSlider> m_playback_progress_slider;
|
||||
RefPtr<GUI::HorizontalSlider> m_playback_progress_slider;
|
||||
RefPtr<GUI::Label> m_volume_label;
|
||||
RefPtr<GUI::HorizontalSlider> m_volume_slider;
|
||||
RefPtr<GUI::Label> m_timestamp_label;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue