26 Jun 2012 21:11
[PATCH Jukebox] Design review SL #3714
Manuel Kaufmann <humitos <at> gmail.com>
2012-06-26 19:11:56 GMT
2012-06-26 19:11:56 GMT
- Switched "Fullscreen" and "Show playlist" buttons in View Toolbar
- Added tooltip for "Add Track" button
- Changed the icon for "Add Track" button to match the style with
the "Remove Track"
- Use just "Remove Track" as tooltip on "Remove Track" button
- Changed the name of the icon for "Remove Track"
- Added a separator between the "Previous" and "Remove Track" buttons
- Removed "Volume" slider
Signed-off-by: Manuel Kaufmann <humitos <at> gmail.com>
---
ControlToolbar.py | 34 +++++++++++++++-------------------
1 file changed, 15 insertions(+), 19 deletions(-)
diff --git a/ControlToolbar.py b/ControlToolbar.py
index a4f9225..4bb4935 100644
--- a/ControlToolbar.py
+++ b/ControlToolbar.py
<at> <at> -39,12 +39,6 <at> <at> class ViewToolbar(gtk.Toolbar):
def __init__(self):
gtk.Toolbar.__init__(self)
- self._fullscreen = ToolButton('view-fullscreen')
- self._fullscreen.set_tooltip(_('Fullscreen'))
- self._fullscreen.connect('clicked', self._fullscreen_cb)
- self.insert(self._fullscreen, -1)
- self._fullscreen.show()
-
self._show_playlist = ToggleToolButton('view-list')
self._show_playlist.set_active(True)
(Continue reading)
RSS Feed