[gnome-music/wip/jfelder/gtk4-v3: 81/259] ui/playlistsview: Remove unneeded visible property
- From: Marinus Schraal <mschraal src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-music/wip/jfelder/gtk4-v3: 81/259] ui/playlistsview: Remove unneeded visible property
- Date: Thu, 17 Feb 2022 08:41:18 +0000 (UTC)
commit fe098654b16b692688a36aa5bcd400ba2938950b
Author: Jean Felder <jfelder src gnome org>
Date: Thu Feb 3 00:21:42 2022 +0100
ui/playlistsview: Remove unneeded visible property
data/ui/PlaylistsView.ui | 3 ---
1 file changed, 3 deletions(-)
---
diff --git a/data/ui/PlaylistsView.ui b/data/ui/PlaylistsView.ui
index 6f5d8233a..2dcae6171 100644
--- a/data/ui/PlaylistsView.ui
+++ b/data/ui/PlaylistsView.ui
@@ -2,11 +2,9 @@
<interface>
<requires lib="gtk+" version="3.18"/>
<template class="PlaylistsView" parent="GtkPaned">
- <property name="visible">True</property>
<property name="shrink-start-child">0</property>
<child>
<object class="GtkScrolledWindow">
- <property name="visible">True</property>
<property name="width-request">220</property>
<style>
<class name="sidebar"/>
@@ -14,7 +12,6 @@
<child>
<object class="GtkListBox" id="_sidebar">
<property name="selection-mode">single</property>
- <property name="visible">True</property>
<signal name="row-activated" handler="_on_playlist_activated" swapped="no"/>
</object>
</child>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]