forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/3.4'
This commit is contained in:
@@ -326,7 +326,7 @@ QWidget *DiffEditor::toolBar()
|
||||
|
||||
m_contextLabel = new QLabel(m_toolBar);
|
||||
|
||||
m_contextLabel->setText(tr("Context Lines:"));
|
||||
m_contextLabel->setText(tr("Context lines:"));
|
||||
m_contextLabel->setContentsMargins(6, 0, 6, 0);
|
||||
m_toolBar->addWidget(m_contextLabel);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user