[gnome-music/wip/mschraal/gtk4-pre-squash-backup: 186/254] ui/EmptyView: Cleanup




commit f243a6084bad0805f435a09c20416888f7e8eefa
Author: Marinus Schraal <mschraal gnome org>
Date:   Thu Feb 10 11:37:14 2022 +0100

    ui/EmptyView: Cleanup

 data/ui/EmptyView.ui | 13 -------------
 1 file changed, 13 deletions(-)
---
diff --git a/data/ui/EmptyView.ui b/data/ui/EmptyView.ui
index 3f4697c5b..3daef9783 100644
--- a/data/ui/EmptyView.ui
+++ b/data/ui/EmptyView.ui
@@ -1,12 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <interface>
-  <!-- interface-requires gtk+ 3.0 -->
   <template class="EmptyView" parent="GtkStack">
-    <property name="transition_type">crossfade</property>
     <property name="visible">False</property>
     <child>
       <object class="AdwStatusPage" id="_status_page">
-        <property name="visible">True</property>
         <property name="hexpand">True</property>
         <property name="vexpand">True</property>
         <property name="icon_name">emblem-music-symbolic</property>
@@ -14,14 +11,10 @@
     </child>
   </template>
   <object class="GtkBox" id="_initial_state">
-    <property name="visible">False</property>
-    <property name="can_focus">False</property>
     <property name="valign">start</property>
     <property name="orientation">vertical</property>
     <child>
       <object class="GtkImage">
-        <property name="visible">True</property>
-        <property name="can_focus">False</property>
         <property name="resource">/org/gnome/Music/icons/welcome-music.svg</property>
         <property name="height-request">300</property>
         <property name="width-request">400</property>
@@ -29,24 +22,18 @@
     </child>
     <child>
       <object class="GtkLabel" id="_title_label">
-        <property name="visible">True</property>
-        <property name="can_focus">False</property>
         <property name="justify">center</property>
         <property name="label" translatable="yes">Welcome to Music</property>
         <style>
-          <class name="title"/>
           <class name="large-title"/>
         </style>
       </object>
     </child>
     <child>
       <object class="GtkLabel" id="_description_label">
-        <property name="visible">True</property>
-        <property name="can_focus">False</property>
         <property name="justify">center</property>
         <property name="use-markup">True</property>
         <style>
-          <class name="description"/>
           <class name="body"/>
         </style>
       </object>


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