[gnome-music/wip/mschraal/gtk4: 14/64] window: Disable window placement
- From: Marinus Schraal <mschraal src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-music/wip/mschraal/gtk4: 14/64] window: Disable window placement
- Date: Tue, 17 Mar 2020 18:53:51 +0000 (UTC)
commit 2df0ffe4c7f005da3517253a669c1c09af05bd14
Author: Marinus Schraal <mschraal gnome org>
Date: Thu Oct 31 13:22:59 2019 +0100
window: Disable window placement
Apparently it changed as well.
gnomemusic/window.py | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/gnomemusic/window.py b/gnomemusic/window.py
index 8c5a88a8..16333d5c 100644
--- a/gnomemusic/window.py
+++ b/gnomemusic/window.py
@@ -43,7 +43,7 @@ from gnomemusic.widgets.playertoolbar import PlayerToolbar
from gnomemusic.widgets.playlistdialog import PlaylistDialog
from gnomemusic.widgets.searchheaderbar import SearchHeaderBar
from gnomemusic.widgets.selectiontoolbar import SelectionToolbar # noqa: F401
-from gnomemusic.windowplacement import WindowPlacement
+# from gnomemusic.windowplacement import WindowPlacement
@Gtk.Template(resource_path="/org/gnome/Music/ui/Window.ui")
@@ -84,7 +84,8 @@ class Window(Gtk.ApplicationWindow):
self.add_action(deselect_all)
self.set_size_request(200, 100)
- WindowPlacement(self)
+ # FIXME: Rework placement.
+ # WindowPlacement(self)
self._current_view = None
self._view_before_search = None
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]