From f328cfdf8f6b6b4c7ddfac1f01206b118e821173 Mon Sep 17 00:00:00 2001 From: gregory guy Date: Wed, 10 Mar 2021 17:21:34 +0100 Subject: Set the size of the main window to 600p of width and 500p of height for the application first start. Signed-off-by: gregory guy (cherry picked from commit 6658071a0826daea32e641bd0990d015dd4d30dd) --- kaffeine/src/kaffeine.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/kaffeine/src/kaffeine.cpp b/kaffeine/src/kaffeine.cpp index 3170675..b4c6606 100644 --- a/kaffeine/src/kaffeine.cpp +++ b/kaffeine/src/kaffeine.cpp @@ -152,6 +152,7 @@ Kaffeine::Kaffeine() : DCOPObject("KaffeineIface"), setupActions(); setStandardToolBarMenuEnabled(true); //createStandardStatusBarAction(); + resize( TQSize(600, 500) ); createGUI("kaffeineui.rc"); //statusBar()->insertItem(i18n("Entries: %1, Playtime: %2 (Total: %3, %4)").arg("0").arg("00:00:00").arg("0").arg("00:00:00"), 9, 0, true); -- cgit v1.2.3