[gnome-music/wip/cdavis/empty-state-fixups: 1/2] EmptyView: Use title-1 instead of large-title




commit 6e3e304a53f444197f539bbd79a930f03ab9d66b
Author: Christopher Davis <christopherdavis gnome org>
Date:   Wed Jul 20 15:39:00 2022 -0400

    EmptyView: Use title-1 instead of large-title
    
    large-title is deprecated and should not be used.
    AdwStatusPage now uses title-1.

 data/ui/EmptyView.ui | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/data/ui/EmptyView.ui b/data/ui/EmptyView.ui
index 9a6aa5645..ea571e102 100644
--- a/data/ui/EmptyView.ui
+++ b/data/ui/EmptyView.ui
@@ -29,7 +29,7 @@
             <property name="justify">center</property>
             <property name="label" translatable="yes">Welcome to Music</property>
             <style>
-              <class name="large-title"/>
+              <class name="title-1"/>
             </style>
           </object>
         </child>


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