AdBlockIcon: Set minimum size

See #1655
remotes/origin/falkon
David Rosca 11 years ago
parent 458c131170
commit 2d6ba21c03
  1. 1
      src/lib/adblock/adblockicon.cpp

@ -39,6 +39,7 @@ AdBlockIcon::AdBlockIcon(BrowserWindow* window, QWidget* parent)
{
setCursor(Qt::PointingHandCursor);
setToolTip(tr("AdBlock lets you block unwanted content on web pages"));
setMinimumSize(16, 16);
connect(this, SIGNAL(clicked(QPoint)), this, SLOT(showMenu(QPoint)));
connect(AdBlockManager::instance(), SIGNAL(enabledChanged(bool)), this, SLOT(setEnabled(bool)));

Loading…
Cancel
Save