~pierre-parent-k/kicad/length-tunning

« back to all changes in this revision

Viewing changes to eeschema/dialogs/dialog_lib_edit_text_base.cpp

  • Committer: Pierre Parent
  • Date: 2014-07-06 10:32:13 UTC
  • mfrom: (4798.1.179 kicad)
  • Revision ID: pierre.parent@insa-rouen.fr-20140706103213-wjsdy0hc9q6wbz5v
Merge with lp:kicad 4977

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
        sOptionsSizer->Add( m_Invisible, 0, wxALL, 5 );
78
78
        
79
79
        
80
 
        bBottomtBoxSizer->Add( sOptionsSizer, 1, wxALL|wxEXPAND, 5 );
 
80
        bBottomtBoxSizer->Add( sOptionsSizer, 0, wxALL|wxEXPAND, 5 );
81
81
        
82
82
        wxString m_TextShapeOptChoices[] = { _("Normal"), _("Italic"), _("Bold"), _("Bold Italic") };
83
83
        int m_TextShapeOptNChoices = sizeof( m_TextShapeOptChoices ) / sizeof( wxString );