[gnome-music/wip/jfelder/artistview-fixes: 5/9] songwidget: Do not display dnd handles when show_all is called



commit a732ce1948cb69ec341cd2ae345d0398d658d121
Author: Jean Felder <jfelder src gnome org>
Date:   Tue Sep 10 12:11:24 2019 +0200

    songwidget: Do not display dnd handles when show_all is called
    
    Dnd handles are only supposed to be visible in PlaylistsView.
    
    Related: #300

 data/ui/SongWidget.ui | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/data/ui/SongWidget.ui b/data/ui/SongWidget.ui
index 9318fb54..c9fe3496 100644
--- a/data/ui/SongWidget.ui
+++ b/data/ui/SongWidget.ui
@@ -20,6 +20,7 @@
             <signal name="drag-begin" handler="_on_drag_begin"/>
             <signal name="drag-end" handler="_on_drag_end"/>
             <signal name="drag_data_get" handler="_on_drag_data_get"/>
+           <property name="no_show_all">True</property>
             <child>
               <object class="GtkImage">
                 <property name="visible">True</property>


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