mirror of
https://github.com/alexkay/spek.git
synced 2025-04-16 16:42:19 +03:00
Set window size (fixes #6)
This commit is contained in:
parent
117e240987
commit
41cbb3f883
@ -70,7 +70,7 @@ private:
|
||||
};
|
||||
|
||||
SpekWindow::SpekWindow(const wxString& path) :
|
||||
path(path), wxFrame(NULL, -1, wxEmptyString)
|
||||
path(path), wxFrame(NULL, -1, wxEmptyString, wxDefaultPosition, wxSize(640, 480))
|
||||
{
|
||||
this->description = _("Spek - Acoustic Spectrum Analyser");
|
||||
SetTitle(this->description);
|
||||
|
Loading…
x
Reference in New Issue
Block a user