From 90222875fbc42aa2318206600d53b66f051015a4 Mon Sep 17 00:00:00 2001 From: zaum Date: Sat, 19 Sep 2026 08:11:40 +0200 Subject: [PATCH 1/2] Fix ImageViewer metadata tooltips --- .../ImagePanel.xaml | 40 +++------ .../ImagePanel.xaml.cs | 42 ++++++--- .../Translations.config | 87 +++++++++++++++++++ 3 files changed, 128 insertions(+), 41 deletions(-) diff --git a/QuickLook.Plugin/QuickLook.Plugin.ImageViewer/ImagePanel.xaml b/QuickLook.Plugin/QuickLook.Plugin.ImageViewer/ImagePanel.xaml index e177a8509..a0f550962 100644 --- a/QuickLook.Plugin/QuickLook.Plugin.ImageViewer/ImagePanel.xaml +++ b/QuickLook.Plugin/QuickLook.Plugin.ImageViewer/ImagePanel.xaml @@ -102,6 +102,7 @@ Margin="0,0,8,0" Content="" Style="{StaticResource CaptionButtonStyle}" + ToolTip="{Binding CopyTooltip, ElementName=imagePanel}" Visibility="{Binding ElementName=imagePanel, Path=CopyIconVisibility}" />