diff --git a/app/playlists.py b/app/playlists.py index 8f239e0..5eb6927 100644 --- a/app/playlists.py +++ b/app/playlists.py @@ -2228,7 +2228,7 @@ class PlaylistTab(QTableWidget): if not start_gap: start_gap = 0 start_gap_item = self._set_item_text(row_number, START_GAP, str(start_gap)) - if start_gap >= 500: + if start_gap >= 300: brush = QBrush(QColor(Config.COLOUR_LONG_START)) else: brush = QBrush()