Move heading panels from above grids to tab captions (hostname, database, table) and status bar (uptime, MySQL version). Makes space for coming GUI changes.

This commit is contained in:
Ansgar Becker
2008-06-26 09:49:17 +00:00
parent 1e3102d0b6
commit f296b1730c
5 changed files with 75 additions and 126 deletions

View File

@ -192,7 +192,7 @@ begin
TimerCloseFormReminder.Enabled := true;
end;
end;
MainForm.ShowStatus( STATUS_MSG_READY, 2 );
MainForm.ShowStatus( STATUS_MSG_READY );
end;