diff --git a/docs/Tuner_2.0_discover.png b/docs/Tuner_2.0_discover.png index e29e8e6..5b165c1 100644 Binary files a/docs/Tuner_2.0_discover.png and b/docs/Tuner_2.0_discover.png differ diff --git a/src/Application.vala b/src/Application.vala index 921b59c..d978055 100644 --- a/src/Application.vala +++ b/src/Application.vala @@ -430,6 +430,8 @@ namespace Tuner { window = new Window (this, player, settings, directory); settings.configure(); + //app().window.resize(1000, 625); // Screenshot sizing - round corners 80, ds op 1 + add_window (window); } else { window.present ();