Very minor fix
This commit is contained in:
parent
1259683846
commit
6f3aa6aca9
|
@ -1,5 +1,5 @@
|
||||||
///////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////
|
||||||
// C++ code generated with wxFormBuilder (version Sep 6 2011)
|
// C++ code generated with wxFormBuilder (version Jun 30 2011)
|
||||||
// http://www.wxformbuilder.org/
|
// http://www.wxformbuilder.org/
|
||||||
//
|
//
|
||||||
// PLEASE DO "NOT" EDIT THIS FILE!
|
// PLEASE DO "NOT" EDIT THIS FILE!
|
||||||
|
@ -68,12 +68,14 @@ DialogGeneralOptionsBoardEditor_base::DialogGeneralOptionsBoardEditor_base( wxWi
|
||||||
|
|
||||||
m_staticTextRotationAngle = new wxStaticText( this, wxID_ANY, _("Rotation Angle"), wxDefaultPosition, wxDefaultSize, 0 );
|
m_staticTextRotationAngle = new wxStaticText( this, wxID_ANY, _("Rotation Angle"), wxDefaultPosition, wxDefaultSize, 0 );
|
||||||
m_staticTextRotationAngle->Wrap( -1 );
|
m_staticTextRotationAngle->Wrap( -1 );
|
||||||
bMiddleLeftSizer->Add( m_staticTextRotationAngle, 0, wxALL, 5 );
|
bMiddleLeftSizer->Add( m_staticTextRotationAngle, 0, wxTOP|wxRIGHT|wxLEFT, 5 );
|
||||||
|
|
||||||
wxString m_RotationAngleChoices[] = { _("45"), _("90") };
|
wxString m_RotationAngleChoices[] = { _("45"), _("90") };
|
||||||
int m_RotationAngleNChoices = sizeof( m_RotationAngleChoices ) / sizeof( wxString );
|
int m_RotationAngleNChoices = sizeof( m_RotationAngleChoices ) / sizeof( wxString );
|
||||||
m_RotationAngle = new wxChoice( this, wxID_ANY, wxDefaultPosition, wxDefaultSize, m_RotationAngleNChoices, m_RotationAngleChoices, 0 );
|
m_RotationAngle = new wxChoice( this, wxID_ANY, wxDefaultPosition, wxDefaultSize, m_RotationAngleNChoices, m_RotationAngleChoices, 0 );
|
||||||
m_RotationAngle->SetSelection( 0 );
|
m_RotationAngle->SetSelection( 0 );
|
||||||
|
m_RotationAngle->SetToolTip( _("Footprints rotation increment, for rotate menu or hot key.") );
|
||||||
|
|
||||||
bMiddleLeftSizer->Add( m_RotationAngle, 0, wxBOTTOM|wxEXPAND|wxLEFT|wxRIGHT, 5 );
|
bMiddleLeftSizer->Add( m_RotationAngle, 0, wxBOTTOM|wxEXPAND|wxLEFT|wxRIGHT, 5 );
|
||||||
|
|
||||||
bMainSizer->Add( bMiddleLeftSizer, 1, wxEXPAND, 5 );
|
bMainSizer->Add( bMiddleLeftSizer, 1, wxEXPAND, 5 );
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -1,15 +1,16 @@
|
||||||
///////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////
|
||||||
// C++ code generated with wxFormBuilder (version Sep 6 2011)
|
// C++ code generated with wxFormBuilder (version Jun 30 2011)
|
||||||
// http://www.wxformbuilder.org/
|
// http://www.wxformbuilder.org/
|
||||||
//
|
//
|
||||||
// PLEASE DO "NOT" EDIT THIS FILE!
|
// PLEASE DO "NOT" EDIT THIS FILE!
|
||||||
///////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#ifndef __dialog_general_options_BoardEditor_base__
|
#ifndef __DIALOG_GENERAL_OPTIONS_BOARDEDITOR_BASE_H__
|
||||||
#define __dialog_general_options_BoardEditor_base__
|
#define __DIALOG_GENERAL_OPTIONS_BOARDEDITOR_BASE_H__
|
||||||
|
|
||||||
|
#include <wx/artprov.h>
|
||||||
|
#include <wx/xrc/xmlres.h>
|
||||||
#include <wx/intl.h>
|
#include <wx/intl.h>
|
||||||
|
|
||||||
#include <wx/string.h>
|
#include <wx/string.h>
|
||||||
#include <wx/radiobox.h>
|
#include <wx/radiobox.h>
|
||||||
#include <wx/gdicmn.h>
|
#include <wx/gdicmn.h>
|
||||||
|
@ -84,4 +85,4 @@ class DialogGeneralOptionsBoardEditor_base : public wxDialog
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif //__dialog_general_options_BoardEditor_base__
|
#endif //__DIALOG_GENERAL_OPTIONS_BOARDEDITOR_BASE_H__
|
||||||
|
|
Loading…
Reference in New Issue