Skip to content

Commit

Permalink
Some minor cleaning up.
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Nov 19, 2019
1 parent 2676b35 commit 7056eaf
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -1212,7 +1212,7 @@ QIcon SimulationExperimentViewSimulationWidget::fileTabIcon() const

tabBarPixmapPainter.drawRect(0, 0, tabBarPixmap.width()-1, tabBarPixmap.height()-1);
tabBarPixmapPainter.fillRect(1, 1, mProgress, tabBarPixmap.height()-2,
Core::highlightColor());
Core::highlightColor());

return QIcon(tabBarPixmap);
}
Expand Down

0 comments on commit 7056eaf

Please sign in to comment.