minor visual corrections

This commit is contained in:
pszsh 2026-03-01 12:45:47 -08:00
parent 58584e8ab2
commit cf8558f6d0
1 changed files with 1 additions and 1 deletions

View File

@ -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);