From db28a6fe91374d1d7eb09b065a23da9e0c634f93 Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Mon, 27 Sep 2021 10:16:28 +0300 Subject: [PATCH] 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. --- src/app/puzzle/vpmainwindow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/puzzle/vpmainwindow.cpp b/src/app/puzzle/vpmainwindow.cpp index ceda641c2..8d8c708eb 100644 --- a/src/app/puzzle/vpmainwindow.cpp +++ b/src/app/puzzle/vpmainwindow.cpp @@ -3656,6 +3656,7 @@ void VPMainWindow::ToolBarStyles() { ToolBarStyle(ui->mainToolBar); ToolBarStyle(ui->toolBarZoom); + ToolBarStyle(ui->toolBarUndoCommands); } //---------------------------------------------------------------------------------------------------------------------