ScreenRecorder: Use better icon for "copy image"

The same icon is used in other places to copy an image tnto the
clipboard.

Change-Id: I094bd885f1efac3d35c57bbd4c5905e26b8f0c40
Reviewed-by: Cristian Adam <cristian.adam@qt.io>
This commit is contained in:
Alessandro Portale
2023-09-19 19:24:22 +02:00
parent a2c44e5512
commit e4d2046145

View File

@@ -304,7 +304,7 @@ CropWidget::CropWidget(QWidget *parent)
auto copyImageToClipboardAction = new QAction(Tr::tr("Copy current, cropped frame as image " auto copyImageToClipboardAction = new QAction(Tr::tr("Copy current, cropped frame as image "
"into the Clipboard"), this); "into the Clipboard"), this);
copyImageToClipboardAction->setIcon(Icons::COPY.icon()); copyImageToClipboardAction->setIcon(Icons::SNAPSHOT.icon());
copyImageToClipboardAction->setShortcut(QKeySequence::Copy); copyImageToClipboardAction->setShortcut(QKeySequence::Copy);
auto copyImageToClipboardButton = new QToolButton; auto copyImageToClipboardButton = new QToolButton;