forked from qt-creator/qt-creator
Todo: Define the icons size for the options dialog
...preventing too big, pixelated icons in HighDpi mode Change-Id: I9b3839d810990917f4a9748829aed4a0616a80a5 Reviewed-by: David Schulz <david.schulz@theqtcompany.com>
This commit is contained in:
@@ -39,6 +39,7 @@ OptionsDialog::OptionsDialog(QWidget *parent) :
|
||||
ui(new Ui::OptionsDialog)
|
||||
{
|
||||
ui->setupUi(this);
|
||||
ui->keywordsList->setIconSize(QSize(16, 16));
|
||||
setKeywordsButtonsEnabled();
|
||||
connect(ui->addKeywordButton, SIGNAL(clicked()), SLOT(addKeywordButtonClicked()));
|
||||
connect(ui->removeKeywordButton, SIGNAL(clicked()), SLOT(removeKeywordButtonClicked()));
|
||||
|
||||
Reference in New Issue
Block a user