Remove two extraneous spaces from a tooltip
This commit is contained in:
parent
ed4c9f7ddb
commit
2b3b26b502
|
@ -230,7 +230,7 @@ DIALOG_PAD_PROPERTIES_BASE::DIALOG_PAD_PROPERTIES_BASE( wxWindow* parent, wxWind
|
||||||
|
|
||||||
m_staticTextChamferRatio = new wxStaticText( m_panelGeneral, wxID_ANY, _("Chamfer size:"), wxDefaultPosition, wxDefaultSize, 0 );
|
m_staticTextChamferRatio = new wxStaticText( m_panelGeneral, wxID_ANY, _("Chamfer size:"), wxDefaultPosition, wxDefaultSize, 0 );
|
||||||
m_staticTextChamferRatio->Wrap( -1 );
|
m_staticTextChamferRatio->Wrap( -1 );
|
||||||
m_staticTextChamferRatio->SetToolTip( _("Chamfer size in percent of the pad width.\nThe width is the smaller value between size X and size Y.\nThe max value is 50 percent.") );
|
m_staticTextChamferRatio->SetToolTip( _("Chamfer size in percent of the pad width.\nThe width is the smaller value between size X and size Y.\nThe max value is 50 percent.") );
|
||||||
|
|
||||||
fgSizerShapeType->Add( m_staticTextChamferRatio, 0, wxALIGN_CENTER_VERTICAL|wxRIGHT|wxLEFT, 5 );
|
fgSizerShapeType->Add( m_staticTextChamferRatio, 0, wxALIGN_CENTER_VERTICAL|wxRIGHT|wxLEFT, 5 );
|
||||||
|
|
||||||
|
|
|
@ -4436,7 +4436,7 @@
|
||||||
<property name="style" />
|
<property name="style" />
|
||||||
<property name="subclass" />
|
<property name="subclass" />
|
||||||
<property name="toolbar_pane">0</property>
|
<property name="toolbar_pane">0</property>
|
||||||
<property name="tooltip">Chamfer size in percent of the pad width.
The width is the smaller value between size X and size Y.
The max value is 50 percent.</property>
|
<property name="tooltip">Chamfer size in percent of the pad width.
The width is the smaller value between size X and size Y.
The max value is 50 percent.</property>
|
||||||
<property name="window_extra_style" />
|
<property name="window_extra_style" />
|
||||||
<property name="window_name" />
|
<property name="window_name" />
|
||||||
<property name="window_style" />
|
<property name="window_style" />
|
||||||
|
|
Loading…
Reference in New Issue