[gnome-music/wip/mschraal/gtk4-v2: 4/55] (TEMPORARY HACK) Disable WindowPlacement




commit 6909edb393b8e876d2afd4f8e521f6b8a0ffef41
Author: Marinus Schraal <mschraal gnome org>
Date:   Sun Apr 11 20:04:47 2021 +0200

    (TEMPORARY HACK) Disable WindowPlacement
    
    Do we need this anyway, going forward?

 gnomemusic/window.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gnomemusic/window.py b/gnomemusic/window.py
index 8cd921a71..f29240a8e 100644
--- a/gnomemusic/window.py
+++ b/gnomemusic/window.py
@@ -86,7 +86,7 @@ class Window(Gtk.ApplicationWindow):
         self.add_action(deselect_all)
 
         self.set_size_request(200, 100)
-        WindowPlacement(self)
+        # 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]