Skip to content

Commit

Permalink
scide: HelpBrowser - fix toolbar icon size to 16x16
Browse files Browse the repository at this point in the history
  • Loading branch information
jleben committed Sep 27, 2012
1 parent 07eb37e commit d201563
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions editors/sc-ide/widgets/help_browser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ HelpBrowser::HelpBrowser( QWidget * parent ):
mLoadProgressIndicator->setIndent(10);

QToolBar *toolBar = new QToolBar;
toolBar->setIconSize( QSize(16,16) );
QAction *action = toolBar->addAction("Home");
connect( action, SIGNAL(triggered()), this, SLOT(goHome()) );
toolBar->addAction( mWebView->pageAction(QWebPage::Back) );
Expand Down

0 comments on commit d201563

Please sign in to comment.