Mercurial > hg > easyhg
diff multichoicedialog.cpp @ 183:01580704de3e
* Implement "Change Remote Location"
author | Chris Cannam |
---|---|
date | Sun, 19 Dec 2010 12:01:37 +0000 |
parents | aaeabc920ca8 |
children | f16fe0db11f3 |
line wrap: on
line diff
--- a/multichoicedialog.cpp Fri Dec 17 10:01:02 2010 +0000 +++ b/multichoicedialog.cpp Sun Dec 19 12:01:37 2010 +0000 @@ -152,6 +152,7 @@ SelectableLabel *cb = new SelectableLabel; cb->setSelectedText(text); cb->setUnselectedText(text); + cb->setMaximumWidth(270); m_choiceLayout->addWidget(cb); m_choiceButtons[cb] = id; @@ -307,6 +308,7 @@ case UrlArg: m_urlLabel->show(); m_urlCombo->show(); + m_urlCombo->addItems(rf->getRecent()); break; case UrlToDirectoryArg: