Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2017
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 3.34 KB | None | 0 0
  1. diff --git a/eeschema/dialogs/dialog_lib_edit_text_base.cpp b/eeschema/dialogs/dialog_lib_edit_text_base.cpp
  2. index 683bbc8..3df816f 100644
  3. --- a/eeschema/dialogs/dialog_lib_edit_text_base.cpp
  4. +++ b/eeschema/dialogs/dialog_lib_edit_text_base.cpp
  5. @@ -1,5 +1,5 @@
  6.  ///////////////////////////////////////////////////////////////////////////
  7. -// C++ code generated with wxFormBuilder (version Jun 21 2016)
  8. +// C++ code generated with wxFormBuilder (version Jan 15 2017)
  9.  // http://www.wxformbuilder.org/
  10.  //
  11.  // PLEASE DO "NOT" EDIT THIS FILE!
  12. @@ -33,6 +33,7 @@ DIALOG_LIB_EDIT_TEXT_BASE::DIALOG_LIB_EDIT_TEXT_BASE( wxWindow* parent, wxWindow
  13.     bTextValueOptsSizer = new wxBoxSizer( wxHORIZONTAL );
  14.    
  15.     m_TextValue = new wxTextCtrl( this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0 );
  16. +   m_TextValue->SetMaxLength( 0 );
  17.     m_TextValue->SetMinSize( wxSize( 200,-1 ) );
  18.    
  19.     bTextValueOptsSizer->Add( m_TextValue, 1, wxALL|wxEXPAND, 5 );
  20. @@ -54,6 +55,7 @@ DIALOG_LIB_EDIT_TEXT_BASE::DIALOG_LIB_EDIT_TEXT_BASE( wxWindow* parent, wxWindow
  21.     bTextSizeSizer->Add( m_TextSizeText, 0, wxTOP|wxRIGHT|wxLEFT, 5 );
  22.    
  23.     m_TextSize = new wxTextCtrl( this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0 );
  24. +   m_TextSize->SetMaxLength( 0 );
  25.     bTextSizeSizer->Add( m_TextSize, 0, wxBOTTOM|wxLEFT|wxRIGHT|wxTOP, 5 );
  26.    
  27.    
  28. @@ -64,7 +66,7 @@ DIALOG_LIB_EDIT_TEXT_BASE::DIALOG_LIB_EDIT_TEXT_BASE( wxWindow* parent, wxWindow
  29.    
  30.     m_PowerComponentValues = new wxStaticText( this, wxID_ANY, _("Power component value text cannot be modified!"), wxDefaultPosition, wxDefaultSize, 0 );
  31.     m_PowerComponentValues->Wrap( -1 );
  32. -   m_PowerComponentValues->SetFont( wxFont( wxNORMAL_FONT->GetPointSize(), wxFONTFAMILY_DEFAULT, wxFONTSTYLE_NORMAL, wxFONTWEIGHT_BOLD, false, wxEmptyString ) );
  33. +   m_PowerComponentValues->SetFont( wxFont( wxNORMAL_FONT->GetPointSize(), 70, 90, 92, false, wxEmptyString ) );
  34.    
  35.     bPropertiesSizer->Add( m_PowerComponentValues, 0, wxBOTTOM|wxRIGHT|wxLEFT, 5 );
  36.    
  37. diff --git a/eeschema/dialogs/dialog_lib_edit_text_base.fbp b/eeschema/dialogs/dialog_lib_edit_text_base.fbp
  38. index 1edc589..48b3a68 100644
  39. --- a/eeschema/dialogs/dialog_lib_edit_text_base.fbp
  40. +++ b/eeschema/dialogs/dialog_lib_edit_text_base.fbp
  41. @@ -684,7 +684,6 @@
  42.                                          <property name="minimum_size"></property>
  43.                                          <property name="name">sOptionsSizer</property>
  44.                                          <property name="orient">wxVERTICAL</property>
  45. -                                        <property name="parent">1</property>
  46.                                          <property name="permission">none</property>
  47.                                          <event name="OnUpdateUI"></event>
  48.                                          <object class="sizeritem" expanded="0">
  49. diff --git a/eeschema/dialogs/dialog_lib_edit_text_base.h b/eeschema/dialogs/dialog_lib_edit_text_base.h
  50. index bc03e8d..6ddba3e 100644
  51. --- a/eeschema/dialogs/dialog_lib_edit_text_base.h
  52. +++ b/eeschema/dialogs/dialog_lib_edit_text_base.h
  53. @@ -1,5 +1,5 @@
  54.  ///////////////////////////////////////////////////////////////////////////
  55. -// C++ code generated with wxFormBuilder (version Jun 21 2016)
  56. +// C++ code generated with wxFormBuilder (version Jan 15 2017)
  57.  // http://www.wxformbuilder.org/
  58.  //
  59.  // PLEASE DO "NOT" EDIT THIS FILE!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement