[gnome-music/wip/mschraal/toolbar-fixes: 3/4] toolbar: Remove redundant style call



commit 49ad2a2bbe619bdd86af807c8b59d5af3348439f
Author: Marinus Schraal <mschraal gnome org>
Date:   Sat Feb 24 20:27:13 2018 +0100

    toolbar: Remove redundant style call
    
    The relief style is already defined in the ui file.

 gnomemusic/toolbar.py | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/gnomemusic/toolbar.py b/gnomemusic/toolbar.py
index ddf7c0b..9232917 100644
--- a/gnomemusic/toolbar.py
+++ b/gnomemusic/toolbar.py
@@ -74,7 +74,6 @@ class Toolbar(GObject.GObject):
             'selection-menu-button')
         self._selection_menu_label = self._ui.get_object(
             'selection-menu-button-label')
-        self._selection_menu_button.set_relief(Gtk.ReliefStyle.NONE)
 
         self._back_button.connect('clicked', self.on_back_button_clicked)
         self._window = self.header_bar.get_parent()


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]