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>
pull/10/head
gregory guy 3 years ago
parent a7a1753854
commit 6658071a08
No known key found for this signature in database
GPG Key ID: 2CC84A1CC6823AF8

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