From 4b268e3e1a5ef206dbbede8b2cb919c66324e304 Mon Sep 17 00:00:00 2001 From: Rene Evertz Date: Mon, 23 Mar 2026 11:23:02 +0100 Subject: [PATCH] =?UTF-8?q?Folder=20ganze=20Row=20+=20Prompts=20ausw=C3=A4?= =?UTF-8?q?hlbar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BeWo/Styles/DataTemplates/DataTemplates.xaml | 2 +- BeWo/View/Detail/AI/AiPromptbausteinComplexTreeView.xaml | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/BeWo/Styles/DataTemplates/DataTemplates.xaml b/BeWo/Styles/DataTemplates/DataTemplates.xaml index 508fbc4a5..71f5c2d98 100644 --- a/BeWo/Styles/DataTemplates/DataTemplates.xaml +++ b/BeWo/Styles/DataTemplates/DataTemplates.xaml @@ -10,7 +10,7 @@ x:Key="ai_promptbaustein_folder_itemtemplate" DataType="{x:Type vm:AiPromptbausteinFolderVM}" ItemsSource="{Binding Path=SubFolders.VMList}"> - + diff --git a/BeWo/View/Detail/AI/AiPromptbausteinComplexTreeView.xaml b/BeWo/View/Detail/AI/AiPromptbausteinComplexTreeView.xaml index a562eec23..0810572db 100644 --- a/BeWo/View/Detail/AI/AiPromptbausteinComplexTreeView.xaml +++ b/BeWo/View/Detail/AI/AiPromptbausteinComplexTreeView.xaml @@ -65,6 +65,8 @@ MinHeight="100" Padding="4,16,4,16" AllowDrop="True" + HorizontalContentAlignment="Stretch" + VerticalContentAlignment="Stretch" ContextMenuOpening="treeView_ContextMenuOpening" ItemContainerStyle="{DynamicResource igoal_treeitemstyle}" ItemTemplate="{StaticResource ai_promptbaustein_folder_itemtemplate}" @@ -136,6 +138,8 @@ x:Name="listBoxEdit1" Padding="4,16,4,16" AllowDrop="False" + HorizontalContentAlignment="Stretch" + VerticalContentAlignment="Stretch" ContextMenuOpening="ListBox_ContextMenuOpening" ItemContainerStyle="{StaticResource PromptListBoxItem}" ItemsSource="{Binding SelectedFolder.Prompts, UpdateSourceTrigger=PropertyChanged}" @@ -192,8 +196,7 @@