Skip to content

Commit

Permalink
Bump top bar icons to 22px
Browse files Browse the repository at this point in the history
Closes #1254.
  • Loading branch information
lmoureaux authored and jwrober committed Aug 19, 2022
1 parent d73096f commit aa408bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/top_bar.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ top_bar_widget::top_bar_widget(const QString &label, const QString &pg,
setToolButtonStyle(Qt::ToolButtonTextBesideIcon);
setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding);
setContextMenuPolicy(Qt::CustomContextMenu);
setIconSize(QSize(22, 22));

timer = new QTimer;
timer->setSingleShot(false);
Expand Down

0 comments on commit aa408bf

Please sign in to comment.