Still changes to our options dialog

We decided to have text-based buttons by default.
This commit is contained in:
Leandro Melo
2011-02-28 14:35:58 +01:00
parent a5977bc822
commit ae3b2ab013
24 changed files with 264 additions and 244 deletions

View File

@@ -73,7 +73,6 @@ QWidget *CommandMappings::createPage(QWidget *parent)
m_page = new Ui_CommandMappings();
QWidget *w = new QWidget(parent);
m_page->setupUi(w);
m_page->resetButton->setIcon(QPixmap(Constants::ICON_RESET));
m_page->targetEdit->setAutoHideButton(Utils::FancyLineEdit::Right, true);
m_page->targetEdit->installEventFilter(this);