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 <gregory-tde@laposte.net>
(cherry picked from commit 6658071a08)
r14.0.x
gregory guy 3 years ago committed by Michele Calgaro
parent 0d02e25fb6
commit f328cfdf8f
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -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);

Loading…
Cancel
Save