From 076b51b803aa2facad208f43b626cb7a152fefa9 Mon Sep 17 00:00:00 2001 From: Rene Evertz Date: Wed, 29 Jul 2026 13:05:04 +0200 Subject: [PATCH] Tooltip --- BeWo/Styles/Features/AIChatStyles.xaml | 26 +++++++++---------- BeWo/View/Controls/AI/AiChatButton.xaml | 4 +-- .../Controls/AI/AiChatButtonViewModel.cs | 4 +-- 3 files changed, 17 insertions(+), 17 deletions(-) diff --git a/BeWo/Styles/Features/AIChatStyles.xaml b/BeWo/Styles/Features/AIChatStyles.xaml index 1a212100f..68e2eae5b 100644 --- a/BeWo/Styles/Features/AIChatStyles.xaml +++ b/BeWo/Styles/Features/AIChatStyles.xaml @@ -348,14 +348,14 @@ @@ -509,14 +509,14 @@ Fill="Black" HorizontalAlignment="Right" Command="{Binding DataContext.SavePromptCommand, RelativeSource={RelativeSource AncestorType={x:Type ListView}}}" CommandParameter="{Binding}" - ToolTip="Speichern" - Style="{StaticResource UserMessageSaveButtonStyle}" > + Style="{StaticResource UserMessageSaveButtonStyle}" + ToolTip="Speichern"> + Width="16" + Height="16" + Data="{StaticResource Phosphor.FloppyDisk}" + Fill="Black" + Stretch="Fill" /> diff --git a/BeWo/View/Controls/AI/AiChatButton.xaml b/BeWo/View/Controls/AI/AiChatButton.xaml index 1c974eed8..66a3327d2 100644 --- a/BeWo/View/Controls/AI/AiChatButton.xaml +++ b/BeWo/View/Controls/AI/AiChatButton.xaml @@ -36,7 +36,7 @@ Content="{StaticResource AiDesignsIconKIChatWeissOrange}" ToolTipService.ShowOnDisabled="True"> - +