Reduce minimum size of the top level frame to let it be used on 1024 x 600 displays.
authorwittend99 <wittend99@01035d8c-6547-0410-b346-abe4f91aad63>
Tue, 26 Mar 2013 15:22:42 +0000 (15:22 +0000)
committerwittend99 <wittend99@01035d8c-6547-0410-b346-abe4f91aad63>
Tue, 26 Mar 2013 15:22:42 +0000 (15:22 +0000)
git-svn-id: https://svn.code.sf.net/p/freetel/code@1229 01035d8c-6547-0410-b346-abe4f91aad63

fdmdv2/src/topFrame.h

index 2151a0e5e0fbf7240aaba906243361b88af1c69a..219fd053b7f1416badb0cc78ddbfb11514558a76 100644 (file)
@@ -4,7 +4,7 @@
 // Purpose:         Implements simple wxWidgets application with GUI.
 // Created:         Apr. 9, 2012
 // Authors:         David Rowe, David Witten
-//  
+//
 // License:
 //
 //  This program is free software; you can redistribute it and/or modify
@@ -171,7 +171,7 @@ class TopFrame : public wxFrame
         wxToggleButton* m_togBtnLoopTx;
         wxAuiNotebook* m_auiNbookCtrl;
 
-        TopFrame( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("FreeDV ") + _(FREEDV_VERSION), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 761,500 ), long style = wxDEFAULT_FRAME_STYLE|wxRESIZE_BORDER|wxTAB_TRAVERSAL );
+        TopFrame( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("FreeDV ") + _(FREEDV_VERSION), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize(561,300 ), long style = wxDEFAULT_FRAME_STYLE|wxRESIZE_BORDER|wxTAB_TRAVERSAL );
 
         ~TopFrame();
 };