forked from qt-creator/qt-creator
Git: Add options to diff editor
This commit is contained in:
@@ -5927,7 +5927,7 @@ BaseTextEditorEditable::BaseTextEditorEditable(BaseTextEditor *editor)
|
||||
QWidget *w = new QWidget;
|
||||
l->setMargin(0);
|
||||
l->setContentsMargins(5, 0, 5, 0);
|
||||
l->addStretch(0);
|
||||
// l->addStretch(0);
|
||||
l->addWidget(m_cursorPositionLabel);
|
||||
w->setLayout(l);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user