Undo & Redo Buttons should look like "Zoom in", "zoom out" etc. Right now there is no subcaption and the small buttons make it difficult to click.

This commit is contained in:
Roman Telezhynskyi 2021-09-27 10:16:28 +03:00
parent 3ff6910c38
commit db28a6fe91

View File

@ -3656,6 +3656,7 @@ void VPMainWindow::ToolBarStyles()
{
ToolBarStyle(ui->mainToolBar);
ToolBarStyle(ui->toolBarZoom);
ToolBarStyle(ui->toolBarUndoCommands);
}
//---------------------------------------------------------------------------------------------------------------------