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




commit cb811b949ce2365de8c50a2050e6dc65ce1c24f5
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 | 3 ---
 data/ui/list-view.ui | 3 ---
 2 files changed, 6 deletions(-)
---
diff --git a/data/ui/icon-view.ui b/data/ui/icon-view.ui
index de9237b4..5cc48f62 100644
--- a/data/ui/icon-view.ui
+++ b/data/ui/icon-view.ui
@@ -11,7 +11,6 @@
         <property name="visible">True</property>
         <style>
           <class name="view"/>
-          <class name="content-view"/>
         </style>
 
         <child>
@@ -27,8 +26,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..adbbaa9d 100644
--- a/data/ui/list-view.ui
+++ b/data/ui/list-view.ui
@@ -10,7 +10,6 @@
         <property name="visible">True</property>
         <style>
           <class name="view"/>
-          <class name="content-view"/>
         </style>
 
         <child>
@@ -30,8 +29,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>


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