Fix source typo 'Rigth'

This commit is contained in:
luz paz
2022-12-06 06:08:21 -05:00
committed by Laurent Trinques
parent 2032ba76ed
commit a1f9d05f1c

View File

@@ -108,7 +108,7 @@ void XRefPropertiesWidget::buildUi()
ui -> m_xrefpos_cb -> addItem(tr("Top"),"top"); ui -> m_xrefpos_cb -> addItem(tr("Top"),"top");
ui -> m_xrefpos_cb -> addItem(tr("Bottom"),"bottom"); ui -> m_xrefpos_cb -> addItem(tr("Bottom"),"bottom");
ui -> m_xrefpos_cb -> addItem(tr("Left"),"left"); ui -> m_xrefpos_cb -> addItem(tr("Left"),"left");
ui -> m_xrefpos_cb -> addItem(tr("Rigth"),"right"); ui -> m_xrefpos_cb -> addItem(tr("Right"),"right");
ui -> m_xrefpos_cb -> addItem(tr("Text alignment"),"alignment"); ui -> m_xrefpos_cb -> addItem(tr("Text alignment"),"alignment");
m_previous_type_index = ui -> m_type_cb -> currentIndex(); m_previous_type_index = ui -> m_type_cb -> currentIndex();
} }