[gnome-music/wip/jfelder/gtk4-v3: 91/108] ui/EmptyView: Cleanup
- From: Jean Felder <jfelder src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-music/wip/jfelder/gtk4-v3: 91/108] ui/EmptyView: Cleanup
- Date: Fri, 11 Feb 2022 11:10:32 +0000 (UTC)
commit 4a5387e4dbdf05ccea352e3a14bcddedc5795960
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 e39c48a82..470ec6d93 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">600</property>
<property name="width-request">800</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]