minor visual corrections
This commit is contained in:
parent
58584e8ab2
commit
cf8558f6d0
|
|
@ -14,7 +14,7 @@ PlaybackWidget::PlaybackWidget(QWidget *parent) : QWidget(parent) {
|
||||||
.arg(Theme::rgba(Theme::Colors::PlaybackSurface),
|
.arg(Theme::rgba(Theme::Colors::PlaybackSurface),
|
||||||
Theme::hex(Theme::Colors::BorderSubtle)));
|
Theme::hex(Theme::Colors::BorderSubtle)));
|
||||||
QVBoxLayout *mainLayout = new QVBoxLayout(this);
|
QVBoxLayout *mainLayout = new QVBoxLayout(this);
|
||||||
mainLayout->setContentsMargins(10, 5, 10, 2);
|
mainLayout->setContentsMargins(10, 5, 10, 16);
|
||||||
|
|
||||||
m_seekSlider = new TouchSlider(this);
|
m_seekSlider = new TouchSlider(this);
|
||||||
m_seekSlider->setRange(0, 1000);
|
m_seekSlider->setRange(0, 1000);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue