Reduce width of statusbar spacer.

This commit is contained in:
Craig Drummond
2018-04-30 17:42:03 +01:00
parent e51229d1ed
commit ff0f487265
2 changed files with 2 additions and 1 deletions

View File

@@ -3,6 +3,7 @@
1. Update some translations.
2. Set Smart rules 'files added in the last days' limit to 10*365
3. Only sort playlists in folders view, and place these after tracks.
4. Reduce width of statusbar spacer.
2.3.0
-----

View File

@@ -34,7 +34,7 @@ SpacerWidget::SpacerWidget(QWidget *parent)
if (0==fixedWidth) {
ToolButton tb(parent);
tb.ensurePolished();
fixedWidth=tb.sizeHint().width()*0.75;
fixedWidth=tb.sizeHint().width()*0.5;
}
setFixedWidth(fixedWidth);
}