[gnome-boxes/wip/exalm/light: 5/5] Stop usign .content-view




commit f229a19f74bcc4536ffc3875e369cdf9c3300756
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Sat Dec 25 21:13:17 2021 +0500

    Stop usign .content-view
    
    It's gone in GTK4. Also, match Connections.

 data/ui/icon-view.ui | 6 ------
 data/ui/list-view.ui | 7 +------
 2 files changed, 1 insertion(+), 12 deletions(-)
---
diff --git a/data/ui/icon-view.ui b/data/ui/icon-view.ui
index de9237b4..ed6d120d 100644
--- a/data/ui/icon-view.ui
+++ b/data/ui/icon-view.ui
@@ -9,10 +9,6 @@
     <child>
       <object class="GtkBox">
         <property name="visible">True</property>
-        <style>
-          <class name="view"/>
-          <class name="content-view"/>
-        </style>
 
         <child>
           <object class="GtkFlowBox" id="flowbox">
@@ -27,8 +23,6 @@
             <signal name="key-press-event" handler="on_key_press_event"/>
             <style>
               <class name="boxes-list-box"/>
-              <class name="view"/>
-              <class name="content-view"/>
             </style>
           </object>
         </child>
diff --git a/data/ui/list-view.ui b/data/ui/list-view.ui
index 165e1065..2aeaf3c8 100644
--- a/data/ui/list-view.ui
+++ b/data/ui/list-view.ui
@@ -8,10 +8,6 @@
     <child>
       <object class="GtkBox">
         <property name="visible">True</property>
-        <style>
-          <class name="view"/>
-          <class name="content-view"/>
-        </style>
 
         <child>
           <object class="HdyClamp">
@@ -30,8 +26,7 @@
                 <signal name="key-press-event" handler="on_key_press_event"/>
                 <style>
                   <class name="boxes-list-box"/>
-                  <class name="view"/>
-                  <class name="content-view"/>
+                  <class name="transparent-bg"/>
                 </style>
               </object>
             </child>


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