[gnome-music/wip/mschraal/gtk4: 50/63] songwidget: More fixes



commit 5fc6b5a17b37f6558f4dfa43e3699a9645d16923
Author: Marinus Schraal <mschraal gnome org>
Date:   Thu Oct 31 16:15:20 2019 +0100

    songwidget: More fixes

 data/ui/SongWidget.ui           | 1 -
 gnomemusic/widgets/starimage.py | 1 -
 2 files changed, 2 deletions(-)
---
diff --git a/data/ui/SongWidget.ui b/data/ui/SongWidget.ui
index d69967b8..3f48d520 100644
--- a/data/ui/SongWidget.ui
+++ b/data/ui/SongWidget.ui
@@ -140,7 +140,6 @@
             <child>
               <object class="GtkStackPage">
                 <property name="name">empty</property>
-                <property name="position">1</property>
                 <property name="child">
                   <object class="GtkBox"/>
                 </property>
diff --git a/gnomemusic/widgets/starimage.py b/gnomemusic/widgets/starimage.py
index 4ccb21d6..7596a4c1 100644
--- a/gnomemusic/widgets/starimage.py
+++ b/gnomemusic/widgets/starimage.py
@@ -42,7 +42,6 @@ class StarImage(Gtk.Image):
         self._hover = False
 
         self.get_style_context().add_class("star")
-        self.show_all()
 
     @GObject.Property(type=bool, default=False)
     def favorite(self):


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