Mercurial > hg > easyhg
diff confirmcommentdialog.cpp @ 237:c9a7e4ec2f78
* Try to do the right thing when completely reverting a merge (forget that the merge took place)
* When trying to clone from remote repo to existing local dir, offer to create a subdir instead
* Tidy up clone-successful notification
* Add a note to commit and revert confirmation dialogs to tell user if they are committing/reverting only a subset of available files
author | Chris Cannam |
---|---|
date | Mon, 10 Jan 2011 12:44:03 +0000 |
parents | 5ca49523892f |
children | 8fd71f570884 |
line wrap: on
line diff
--- a/confirmcommentdialog.cpp Sun Jan 09 10:08:42 2011 +0000 +++ b/confirmcommentdialog.cpp Mon Jan 10 12:44:03 2011 +0000 @@ -37,6 +37,7 @@ QGridLayout *layout = new QGridLayout; setLayout(layout); QLabel *label = new QLabel(introText); + label->setWordWrap(true); layout->addWidget(label, 0, 0); m_textEdit = new QTextEdit;