diff --git a/BeWo/Services/BeWoWindowService.cs b/BeWo/Services/BeWoWindowService.cs
index 97f93b753..e00f369cf 100644
--- a/BeWo/Services/BeWoWindowService.cs
+++ b/BeWo/Services/BeWoWindowService.cs
@@ -114,7 +114,7 @@ namespace BeWo.Services
var control = new AiPromptbausteinRoutineView(viewModel);
var options = new BeWoWindowOptions()
{
- Height = 400,
+ Height = 600,
Width = 600
};
Show("KI Promptbaustein Routine", control, viewModel, options);
diff --git a/BeWo/Styles/ControlStyles/LabelStyles.xaml b/BeWo/Styles/ControlStyles/LabelStyles.xaml
index 0e839e401..965c3c4b7 100644
--- a/BeWo/Styles/ControlStyles/LabelStyles.xaml
+++ b/BeWo/Styles/ControlStyles/LabelStyles.xaml
@@ -46,4 +46,18 @@
+
+
\ No newline at end of file
diff --git a/BeWo/Styles/ControlStyles/RadioButtonStyles.xaml b/BeWo/Styles/ControlStyles/RadioButtonStyles.xaml
index 70e0a0711..134506286 100644
--- a/BeWo/Styles/ControlStyles/RadioButtonStyles.xaml
+++ b/BeWo/Styles/ControlStyles/RadioButtonStyles.xaml
@@ -4,4 +4,13 @@
+
+
\ No newline at end of file
diff --git a/BeWo/View/Detail/AI/AiPromptbausteinFolderView.xaml b/BeWo/View/Detail/AI/AiPromptbausteinFolderView.xaml
index 1ad6dd635..4b1854238 100644
--- a/BeWo/View/Detail/AI/AiPromptbausteinFolderView.xaml
+++ b/BeWo/View/Detail/AI/AiPromptbausteinFolderView.xaml
@@ -23,6 +23,7 @@
+
-
+
@@ -64,7 +65,7 @@
+ Content="Ersteller" />
+
-
+
@@ -60,6 +61,7 @@
Grid.Row="1"
Grid.Column="2"
MaxHeight="100"
+ Margin="3,6,3,6"
IsEnabled="{Binding ViewModel.CanEdit}"
MaxLength="1024"
Style="{StaticResource TextBoxNotice}"
@@ -90,7 +92,7 @@ Grid.Column="2" Foreground="DarkGray" FontSize="10"
diff --git a/BeWo/View/Detail/AI/AiPromptbausteinPromptView2.xaml b/BeWo/View/Detail/AI/AiPromptbausteinPromptView2.xaml
index 2c8f87deb..f45bbb452 100644
--- a/BeWo/View/Detail/AI/AiPromptbausteinPromptView2.xaml
+++ b/BeWo/View/Detail/AI/AiPromptbausteinPromptView2.xaml
@@ -22,13 +22,14 @@
+
-
+
@@ -55,6 +56,7 @@
Grid.Row="1"
Grid.Column="2"
MaxHeight="100"
+ Margin="3,6,3,6"
MaxLength="1024"
Style="{StaticResource TextBoxNotice}"
Text="{Binding PromptVM.Description, UpdateSourceTrigger=PropertyChanged, ElementName=root}"
diff --git a/BeWo/View/Detail/AI/AiPromptbausteinRoutineView.xaml b/BeWo/View/Detail/AI/AiPromptbausteinRoutineView.xaml
index d28ea9c2a..193c7681e 100644
--- a/BeWo/View/Detail/AI/AiPromptbausteinRoutineView.xaml
+++ b/BeWo/View/Detail/AI/AiPromptbausteinRoutineView.xaml
@@ -23,13 +23,15 @@
+
+
-
+
@@ -52,23 +54,25 @@
+ Content="Beschreibung"
+ HorizontalAlignment="Right"/>
+ Content="Kontext-Eingabe-Typ" />
+ Orientation="Horizontal" Margin="3,3">
Kette
Stapel
@@ -76,22 +80,12 @@
-
-
-
-
-
-
-
-
-
+
@@ -133,61 +127,62 @@
-
-
-
-
-
-
-
-
-
-
+
+
+
+
-->
-
+