Skip to content

Commit

Permalink
increase min width of notif window
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Horowitz committed May 5, 2007
1 parent 5ab51c2 commit 76b4401
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG
Expand Up @@ -17,6 +17,7 @@ v1.1 - Pending
+ Bug: Fix error if mpd is not running and sonata starts hidden
+ Bug: Can't manually set artwork across filesystems
+ Bug: Can't use find-as-you-type in the current playlist
+ Bug: Right-click menu closes right away for some users

v1.0.1 - February 13, 2007
+ Make lyrics fetching optional
Expand Down
5 changes: 5 additions & 0 deletions TODO
Expand Up @@ -2,6 +2,11 @@ v1.1
remove egg code..?
filtering..
potential crashes :/
website
documentation
update links on download page
changelog
translations

v1.2
switching between user profiles
Expand Down
2 changes: 1 addition & 1 deletion sonata.py
Expand Up @@ -227,7 +227,7 @@ def __init__(self, window=None, sugar=False):
self.VIEW_ALBUM = 2
self.LYRIC_TIMEOUT = 10
self.NOTIFICATION_WIDTH_MAX = 500
self.NOTIFICATION_WIDTH_MIN = 300
self.NOTIFICATION_WIDTH_MIN = 350
self.ART_LOCATION_HOMECOVERS = 0 # ~/.covers/[artist] - [album].jpg
self.ART_LOCATION_COVER = 1 # file_dir/cover.jpg
self.ART_LOCATION_ALBUM = 2 # file_dir/album.jpg
Expand Down

0 comments on commit 76b4401

Please sign in to comment.