Commit b09f3ab7 authored by charras's avatar charras
Browse files

minors aesthetic changes

parent 0eaafe79
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -235,7 +235,7 @@ DIALOG_EDIT_COMPONENT_IN_LIBRARY_BASE::DIALOG_EDIT_COMPONENT_IN_LIBRARY_BASE( wx
	m_sdbSizer2Cancel = new wxButton( this, wxID_CANCEL );
	m_sdbSizer2->AddButton( m_sdbSizer2Cancel );
	m_sdbSizer2->Realize();
	bMainSizer->Add( m_sdbSizer2, 0, wxEXPAND, 5 );
	bMainSizer->Add( m_sdbSizer2, 0, wxEXPAND|wxALL, 5 );
	
	this->SetSizer( bMainSizer );
	this->Layout();
+1 −1
Original line number Diff line number Diff line
@@ -2009,7 +2009,7 @@
                </object>
                <object class="sizeritem" expanded="1">
                    <property name="border">5</property>
                    <property name="flag">wxEXPAND</property>
                    <property name="flag">wxEXPAND|wxALL</property>
                    <property name="proportion">0</property>
                    <object class="wxStdDialogButtonSizer" expanded="1">
                        <property name="Apply">0</property>
(210 KiB)

File changed.

No diff preview for this file type.

+2 −2
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ msgstr ""
"Project-Id-Version: kicad\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2009-12-03 10:25+0100\n"
"PO-Revision-Date: 2009-12-03 10:25+0100\n"
"PO-Revision-Date: 2009-12-04 08:16+0100\n"
"Last-Translator: \n"
"Language-Team: kicad team <jean-pierre.charras@ujf-grenoble.fr>\n"
"MIME-Version: 1.0\n"
@@ -9998,7 +9998,7 @@ msgstr "Ajouter à toutes les &parts du boitier"

#: eeschema/dialog_lib_edit_pin_base.cpp:137
msgid "Add to all alternate &body styles (DeMorgan)"
msgstr "Ajuoter à toutes les forme &alternatives (DeMorgan)"
msgstr "Ajouter à toutes les forme &alternatives (DeMorgan)"

#: eeschema/dialog_lib_edit_pin_base.cpp:141
msgid "&Visible"
+2 −0
Original line number Diff line number Diff line
@@ -34,6 +34,8 @@ DIALOG_DRC_CONTROL::DIALOG_DRC_CONTROL( DRC* aTester, WinEDA_PcbFrame* parent )
    {
        GetSizer()->SetSizeHints( this );
    }
    
    Centre();
}


Loading