From 9b73bdbb247ca6c6c1f53c6a8442dd866ec67ba4 Mon Sep 17 00:00:00 2001 From: scoped Date: Sun, 22 Feb 2026 12:21:27 -0500 Subject: [PATCH] Refactor MainWindow.xaml to streamline the hotkey button definition by consolidating properties and removing unnecessary elements, improving code clarity. --- ClipForge/MainWindow.xaml | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/ClipForge/MainWindow.xaml b/ClipForge/MainWindow.xaml index 3e4165a..e50bd9b 100644 --- a/ClipForge/MainWindow.xaml +++ b/ClipForge/MainWindow.xaml @@ -13,7 +13,7 @@ - + @@ -381,14 +381,12 @@ BorderThickness="0" CornerRadius="6" Padding="16,10" - MinWidth="140"> - - + MinWidth="140" + FontFamily="Consolas" + FontSize="14" + FontWeight="Bold" + Foreground="#E8FF47" + Content="Alt + F9"/>