Skip to content

Commit

Permalink
Change style and size of Resize icon too
Browse files Browse the repository at this point in the history
  • Loading branch information
schorsch1976 committed Jun 23, 2019
1 parent 5023468 commit 40ce3f3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -219,13 +219,13 @@ void MainWindow::OnAbout()
void MainWindow::ApplySettings()
{
std::vector<QToolButton *> buttons = {
ui->btnNew, ui->btnRedo, ui->btnUndo,
ui->btnAbout, ui->btnExport, ui->btnImport,
ui->btnNew, ui->btnRedo, ui->btnUndo,
ui->btnAbout, ui->btnExport, ui->btnImport,
ui->btnSettings,

ui->btnToolLine, ui->btnToolMove, ui->btnToolText,
ui->btnToolArrow, ui->btnToolClass, ui->btnToolErase,
ui->btnToolFreehand, ui->btnToolRectangle};
ui->btnToolLine, ui->btnToolMove, ui->btnToolText,
ui->btnToolArrow, ui->btnToolClass, ui->btnToolErase,
ui->btnToolFreehand, ui->btnToolRectangle, ui->btnToolResize};

QSize size(m_preferences.icon_size, m_preferences.icon_size);
Qt::ToolButtonStyle style =
Expand Down

0 comments on commit 40ce3f3

Please sign in to comment.