Skip to content
  • Nate Graham's avatar
    Make Playlist items span full width · 50bbbfa3
    Nate Graham authored
    Summary:
    Currently playlist items do not span the full width; there is a bunch of
    complicated logic to determine the margins and playlist's width. This
    makes the display look unbalanced and causes a subtle visual bug
    (see BUG: below).
    
    This patch resolves both issues by making playlist items visually stick to
    both edges of the playlist, just like the category selector list items do.
    
    This patch also does a bit of necessary code cleanup for the playlist states.
    I tested this out quite a bit but to make sure there were no regressions but
    it's possible that I missed something so more testing may be needed.
    
    BUG: 408210
    
    Test Plan:
    Before: {F6871989}
    
    After: {F6871988}
    
    Reviewers: mgallien, #elisa
    
    Reviewed By: mgallien, #elisa
    
    Subscribers: januz
    
    Differential Revision: https://phabricator.kde.org/D21582
    50bbbfa3