mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2024-11-07 17:46:02 -05:00
About dialog size adjustment
This commit is contained in:
parent
54117fb99a
commit
a4ae7fefb9
@ -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 );
|
||||
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user