Skip to content

Commit

Permalink
Add a separator after scrobbling/http-stream buttons and before repea…
Browse files Browse the repository at this point in the history
…t/single/etc buttons
  • Loading branch information
CDrummond committed Dec 6, 2015
1 parent 3c4573a commit c250a57
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions gui/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1467,6 +1467,7 @@ void MainWindow::readSettings()
MPDConnection::self()->setVolumeFadeDuration(Settings::self()->stopFadeDuration());
MPDParseUtils::setSingleTracksFolder(Settings::self()->singleTracksFolder());
MPDParseUtils::setCueFileSupport(Settings::self()->cueSupport());
leftSpacer->setVisible(loveTrack->isVisible() || scrobblingStatus->isVisible() || streamPlayButton->isVisible());
}

void MainWindow::updateSettings()
Expand Down
3 changes: 3 additions & 0 deletions gui/mainwindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,9 @@
</property>
</widget>
</item>
<item>
<widget class="SpacerWidget" name="leftSpacer" native="true"/>
</item>
<item>
<widget class="ToolButton" name="repeatButton">
<property name="checkable">
Expand Down

0 comments on commit c250a57

Please sign in to comment.