mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2026-06-01 21:54:39 -04:00
About dialog size adjustment
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
class AboutDialog : public AboutDialogBase {
|
||||
public:
|
||||
AboutDialog( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("About"),
|
||||
const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 436,378 ),
|
||||
const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 530, 420 ),
|
||||
long style = wxDEFAULT_DIALOG_STYLE );
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user