From 21c5cab0f8ae4304e542036797169ac1f98ea540 Mon Sep 17 00:00:00 2001 From: "DESKTOP-3BO4HSG\\ksat" Date: Fri, 24 Feb 2023 11:25:00 +0800 Subject: [PATCH] feat: add tooltip --- .../Style/Dark/DictionaryButtonDark.xaml | 13 +++++ .../Default/DictionaryButtonDefault.xaml | 12 +++++ STranslate/View/MainWindow.xaml | 47 ++++++++++++++----- 3 files changed, 59 insertions(+), 13 deletions(-) diff --git a/STranslate/Style/Dark/DictionaryButtonDark.xaml b/STranslate/Style/Dark/DictionaryButtonDark.xaml index a7bfaa9..98fe3aa 100644 --- a/STranslate/Style/Dark/DictionaryButtonDark.xaml +++ b/STranslate/Style/Dark/DictionaryButtonDark.xaml @@ -191,4 +191,17 @@ + + + + + + + \ No newline at end of file diff --git a/STranslate/Style/Default/DictionaryButtonDefault.xaml b/STranslate/Style/Default/DictionaryButtonDefault.xaml index 6cd0d6e..2b9ed2a 100644 --- a/STranslate/Style/Default/DictionaryButtonDefault.xaml +++ b/STranslate/Style/Default/DictionaryButtonDefault.xaml @@ -191,4 +191,16 @@ + + + + + + + \ No newline at end of file diff --git a/STranslate/View/MainWindow.xaml b/STranslate/View/MainWindow.xaml index fe3953f..d7dc683 100644 --- a/STranslate/View/MainWindow.xaml +++ b/STranslate/View/MainWindow.xaml @@ -102,7 +102,11 @@ Command="{Binding SourceSpeakCmd}"/> +