Skip to content
Snippets Groups Projects
Commit 8575e4c7 authored by Jens Bache-Wiig's avatar Jens Bache-Wiig
Browse files

Make action icons bigger

As suggested by Nigel and others, we should
use the same icon size for all the icons.
parent be5a259b
No related merge requests found
......@@ -196,14 +196,14 @@ void FancyActionBar::paintEvent(QPaintEvent *event)
QSize FancyToolButton::sizeHint() const
{
QSizeF buttonSize = iconSize().expandedTo(QSize(64, 36));
QSizeF buttonSize = iconSize().expandedTo(QSize(64, 38));
if (defaultAction()->property("titledAction").toBool()) {
QFont boldFont(font());
boldFont.setPointSizeF(Utils::StyleHelper::sidebarFontSize());
boldFont.setBold(true);
QFontMetrics fm(boldFont);
qreal lineHeight = fm.height();
buttonSize += QSizeF(0, (lineHeight*3.5));
buttonSize += QSizeF(0, (lineHeight*2.8));
}
return buttonSize.toSize();
}
......
src/plugins/debugger/images/debugger_continue.png

1.64 KiB | W: | H:

src/plugins/debugger/images/debugger_continue.png

2.87 KiB | W: | H:

src/plugins/debugger/images/debugger_continue.png
src/plugins/debugger/images/debugger_continue.png
src/plugins/debugger/images/debugger_continue.png
src/plugins/debugger/images/debugger_continue.png
  • 2-up
  • Swipe
  • Onion skin
src/plugins/projectexplorer/images/build.png

950 B | W: | H:

src/plugins/projectexplorer/images/build.png

1.55 KiB | W: | H:

src/plugins/projectexplorer/images/build.png
src/plugins/projectexplorer/images/build.png
src/plugins/projectexplorer/images/build.png
src/plugins/projectexplorer/images/build.png
  • 2-up
  • Swipe
  • Onion skin
src/plugins/projectexplorer/images/debugger_start.png

1.23 KiB | W: | H:

src/plugins/projectexplorer/images/debugger_start.png

2.41 KiB | W: | H:

src/plugins/projectexplorer/images/debugger_start.png
src/plugins/projectexplorer/images/debugger_start.png
src/plugins/projectexplorer/images/debugger_start.png
src/plugins/projectexplorer/images/debugger_start.png
  • 2-up
  • Swipe
  • Onion skin
src/plugins/projectexplorer/images/run.png

856 B | W: | H:

src/plugins/projectexplorer/images/run.png

1.7 KiB | W: | H:

src/plugins/projectexplorer/images/run.png
src/plugins/projectexplorer/images/run.png
src/plugins/projectexplorer/images/run.png
src/plugins/projectexplorer/images/run.png
  • 2-up
  • Swipe
  • Onion skin
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment