Loading pcbnew/block.cpp +2 −0 Original line number Original line Diff line number Diff line Loading @@ -108,6 +108,8 @@ WinEDA_ExecBlockCmdFrame::WinEDA_ExecBlockCmdFrame( WinEDA_BasePcbFrame* parent, m_Parent = parent; m_Parent = parent; SetFont( *g_DialogFont ); SetFont( *g_DialogFont ); Centre(); Centre(); this->SetSizeHints( wxDefaultSize, wxDefaultSize ); this->SetFont( wxFont( wxNORMAL_FONT->GetPointSize(), 70, 90, 90, false, wxEmptyString ) ); /* Sizer 1 creation */ /* Sizer 1 creation */ wxFlexGridSizer* fgSizer1; wxFlexGridSizer* fgSizer1; Loading pcbnew/dialog_edit_module.cpp +2 −2 Original line number Original line Diff line number Diff line Loading @@ -185,7 +185,7 @@ void WinEDA_ModulePropertiesFrame::BuildPanelModuleProperties( bool FullOptions Button->SetForegroundColour( wxColor( 80, 40, 0 ) ); Button->SetForegroundColour( wxColor( 80, 40, 0 ) ); PropRightSizer->Add( Button, 0, wxGROW | wxALL, 5 ); PropRightSizer->Add( Button, 0, wxGROW | wxALL, 5 ); Button = new wxButton( m_PanelProperties, ID_GOTO_MODULE_EDITOR, Button = new wxButton( m_PanelProperties, ID_GOTO_MODULE_EDITOR, _( "Goto Module Editor" ) ); _( "Edit Module" ) ); Button->SetForegroundColour( wxColor( 0, 128, 80 ) ); Button->SetForegroundColour( wxColor( 0, 128, 80 ) ); PropRightSizer->Add( Button, 0, wxGROW | wxALL, 5 ); PropRightSizer->Add( Button, 0, wxGROW | wxALL, 5 ); } } Loading Loading @@ -289,7 +289,7 @@ void WinEDA_ModulePropertiesFrame::BuildPanelModuleProperties( bool FullOptions /* Controls on right side of the dialog */ /* Controls on right side of the dialog */ wxString attribut_list[3] = { _( "Normal" ), _( "Normal+Insert" ), _( "Virtual" ) }; wxString attribut_list[3] = { _( "Normal" ), _( "Normal+Insert" ), _( "Virtual" ) }; m_AttributsCtrl = new wxRadioBox( m_PanelProperties, -1, _( "Attributs" ), wxDefaultPosition, m_AttributsCtrl = new wxRadioBox( m_PanelProperties, -1, _( "Attributes" ), wxDefaultPosition, wxSize( -1, -1 ), 3, attribut_list, 1 ); wxSize( -1, -1 ), 3, attribut_list, 1 ); #if wxCHECK_VERSION( 2, 8, 0 ) #if wxCHECK_VERSION( 2, 8, 0 ) m_AttributsCtrl->SetItemToolTip( 0, _( "Use this attribute for most non smd components" ) ); m_AttributsCtrl->SetItemToolTip( 0, _( "Use this attribute for most non smd components" ) ); Loading Loading
pcbnew/block.cpp +2 −0 Original line number Original line Diff line number Diff line Loading @@ -108,6 +108,8 @@ WinEDA_ExecBlockCmdFrame::WinEDA_ExecBlockCmdFrame( WinEDA_BasePcbFrame* parent, m_Parent = parent; m_Parent = parent; SetFont( *g_DialogFont ); SetFont( *g_DialogFont ); Centre(); Centre(); this->SetSizeHints( wxDefaultSize, wxDefaultSize ); this->SetFont( wxFont( wxNORMAL_FONT->GetPointSize(), 70, 90, 90, false, wxEmptyString ) ); /* Sizer 1 creation */ /* Sizer 1 creation */ wxFlexGridSizer* fgSizer1; wxFlexGridSizer* fgSizer1; Loading
pcbnew/dialog_edit_module.cpp +2 −2 Original line number Original line Diff line number Diff line Loading @@ -185,7 +185,7 @@ void WinEDA_ModulePropertiesFrame::BuildPanelModuleProperties( bool FullOptions Button->SetForegroundColour( wxColor( 80, 40, 0 ) ); Button->SetForegroundColour( wxColor( 80, 40, 0 ) ); PropRightSizer->Add( Button, 0, wxGROW | wxALL, 5 ); PropRightSizer->Add( Button, 0, wxGROW | wxALL, 5 ); Button = new wxButton( m_PanelProperties, ID_GOTO_MODULE_EDITOR, Button = new wxButton( m_PanelProperties, ID_GOTO_MODULE_EDITOR, _( "Goto Module Editor" ) ); _( "Edit Module" ) ); Button->SetForegroundColour( wxColor( 0, 128, 80 ) ); Button->SetForegroundColour( wxColor( 0, 128, 80 ) ); PropRightSizer->Add( Button, 0, wxGROW | wxALL, 5 ); PropRightSizer->Add( Button, 0, wxGROW | wxALL, 5 ); } } Loading Loading @@ -289,7 +289,7 @@ void WinEDA_ModulePropertiesFrame::BuildPanelModuleProperties( bool FullOptions /* Controls on right side of the dialog */ /* Controls on right side of the dialog */ wxString attribut_list[3] = { _( "Normal" ), _( "Normal+Insert" ), _( "Virtual" ) }; wxString attribut_list[3] = { _( "Normal" ), _( "Normal+Insert" ), _( "Virtual" ) }; m_AttributsCtrl = new wxRadioBox( m_PanelProperties, -1, _( "Attributs" ), wxDefaultPosition, m_AttributsCtrl = new wxRadioBox( m_PanelProperties, -1, _( "Attributes" ), wxDefaultPosition, wxSize( -1, -1 ), 3, attribut_list, 1 ); wxSize( -1, -1 ), 3, attribut_list, 1 ); #if wxCHECK_VERSION( 2, 8, 0 ) #if wxCHECK_VERSION( 2, 8, 0 ) m_AttributsCtrl->SetItemToolTip( 0, _( "Use this attribute for most non smd components" ) ); m_AttributsCtrl->SetItemToolTip( 0, _( "Use this attribute for most non smd components" ) ); Loading