From d24b3b1f42e7b8a28f39c209c533778ee0c41f52 Mon Sep 17 00:00:00 2001 From: wittend99 Date: Tue, 26 Mar 2013 15:22:42 +0000 Subject: [PATCH] Reduce minimum size of the top level frame to let it be used on 1024 x 600 displays. git-svn-id: https://svn.code.sf.net/p/freetel/code@1229 01035d8c-6547-0410-b346-abe4f91aad63 --- fdmdv2/src/topFrame.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fdmdv2/src/topFrame.h b/fdmdv2/src/topFrame.h index 2151a0e5..219fd053 100644 --- a/fdmdv2/src/topFrame.h +++ b/fdmdv2/src/topFrame.h @@ -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(); }; -- 2.25.1