mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-18 06:55:48 +03:00
Set line wrap for commit text box.
This commit is contained in:
@@ -830,6 +830,8 @@ void GitPlugin::commit( const std::string& repoPath ) {
|
||||
i18n( "git_commit_message", "Commit Message:" ) );
|
||||
|
||||
UITextEdit* txtEdit = msgBox->getTextEdit();
|
||||
txtEdit->setLineWrapType( LineWrapType::Viewport );
|
||||
txtEdit->setLineWrapMode( LineWrapMode::Letter );
|
||||
txtEdit->setText( mLastCommitMsg );
|
||||
|
||||
UICheckBox* chkAmmend = UICheckBox::New();
|
||||
|
||||
Reference in New Issue
Block a user