forked from qt-creator/qt-creator
Git: Use side-by-side layout for Fixup Previous Commit
Similar to simple commit layout. Change-Id: If9470d47159cba21f11aefc8e2cc4895d10ff409 Reviewed-by: André Hartmann <aha_1980@gmx.de>
This commit is contained in:
committed by
Orgad Shaneh
parent
0c26483d0f
commit
79d3d23488
@@ -105,7 +105,7 @@ void GitSubmitEditorWidget::initialize(CommitType commitType,
|
||||
connect(m_logChangeWidget, &LogChangeWidget::activated,
|
||||
this, &GitSubmitEditorWidget::show);
|
||||
logChangeLayout->addWidget(m_logChangeWidget);
|
||||
insertTopWidget(logChangeGroupBox);
|
||||
insertLeftWidget(logChangeGroupBox);
|
||||
m_gitSubmitPanelUi.editGroup->hide();
|
||||
hideDescription();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user