| 867 | } |
| 868 | |
| 869 | void ProjectWindow::SetToDefaultSize() |
| 870 | { |
| 871 | wxRect defaultRect; |
| 872 | GetDefaultWindowRect(&defaultRect); |
| 873 | |
| 874 | SetSize(defaultRect.width, defaultRect.height); |
| 875 | } |
| 876 | |
| 877 | wxStatusBar* ProjectWindow::CreateProjectStatusBar() |
| 878 | { |
no test coverage detected