Skip to content

Commit

Permalink
paned: fix handle width for Ubuntu 16.10 default theme
Browse files Browse the repository at this point in the history
wide-handle seems to be ignored, so use the min height/width from adwaita
  • Loading branch information
lazka committed Dec 18, 2016
1 parent 47d50be commit 7a82823
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions quodlibet/quodlibet/qltk/paned.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ def ensure_wide_handle(self):
add_css(self, """
paned separator {
border-width: 0;
min-height: 5px;
min-width: 5px;
background-image: none;
}
""")
Expand Down

0 comments on commit 7a82823

Please sign in to comment.