[gnome-music/wip/jfelder/album-widget-checkbox] albumwidget: Fix selection checkboxes style




commit 4667eee37989adcbb421df9c66a6dc937f4b429e
Author: Jean Felder <jfelder src gnome org>
Date:   Fri Nov 13 16:43:33 2020 +0100

    albumwidget: Fix selection checkboxes style
    
    Due to a css change in Gtk 3.24.21, the selection checkboxes have
    become very big because a wrong style is applied. This is fixed by
    removing the "content-view" class to the AlbumWidget.
    This change is also valid for previous versions of Gtk.
    
    See:
    https://gitlab.gnome.org/GNOME/gtk/-/commit/7fd126e2afcebf673bc3d8a66d9f3ae59695b81f
    
    Closes: #414

 data/ui/AlbumWidget.ui | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/data/ui/AlbumWidget.ui b/data/ui/AlbumWidget.ui
index e5848709a..f12898cbc 100644
--- a/data/ui/AlbumWidget.ui
+++ b/data/ui/AlbumWidget.ui
@@ -6,7 +6,6 @@
     <property name="visible">True</property>
     <style>
       <class name="view"/>
-      <class name="content-view"/>
     </style>
     <child>
       <object class="GtkBox">


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