[gnome-music/wip/mschraal/gtk4: 119/141] songwidget: More fixes
- From: Marinus Schraal <mschraal src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-music/wip/mschraal/gtk4: 119/141] songwidget: More fixes
- Date: Mon, 17 Feb 2020 19:36:18 +0000 (UTC)
commit 0625f30c8b6eb45c605ba8bcb5acd167590b4e5b
Author: Marinus Schraal <mschraal gnome org>
Date: Thu Oct 31 16:17:44 2019 +0100
songwidget: More fixes
gnomemusic/widgets/songwidget.py | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
---
diff --git a/gnomemusic/widgets/songwidget.py b/gnomemusic/widgets/songwidget.py
index a0b2ef92..5db26478 100644
--- a/gnomemusic/widgets/songwidget.py
+++ b/gnomemusic/widgets/songwidget.py
@@ -120,9 +120,8 @@ class SongWidget(Gtk.Box):
self._select_button.set_visible(False)
- self._play_icon.set_from_icon_name(
- 'media-playback-start-symbolic', Gtk.IconSize.SMALL_TOOLBAR)
- self._play_icon.set_no_show_all(True)
+ self._play_icon.set_from_icon_name('media-playback-start-symbolic')
+ # self._play_icon.set_no_show_all(True)
self.props.coresong.bind_property(
'selected', self._select_button, 'active',
@@ -131,7 +130,7 @@ class SongWidget(Gtk.Box):
self.bind_property(
'show-duration', self._duration_label, 'visible',
GObject.BindingFlags.SYNC_CREATE)
- self._duration_label.set_no_show_all(True)
+ # self._duration_label.set_no_show_all(True)
self.bind_property(
'show-favorite', self._star_eventbox, 'visible',
GObject.BindingFlags.SYNC_CREATE)
@@ -151,7 +150,7 @@ class SongWidget(Gtk.Box):
if not self.props.coresong.props.is_tracker:
self._star_stack.props.visible_child_name = "empty"
- self._number_label.props.no_show_all = True
+ # self._number_label.props.no_show_all = True
if can_dnd is True:
self._dnd_eventbox.props.visible = True
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]