update hoffentlich jetzt alles cool

This commit is contained in:
Waldi
2017-10-24 11:39:59 +02:00
parent 9ba364280c
commit 82defcb751
6 changed files with 204 additions and 159 deletions

View File

@@ -13,7 +13,7 @@
<Grid >
<!--Background="{StaticResource ObjectEditBackgroundBrush}"-->
<Grid.ColumnDefinitions>
<ColumnDefinition Width="2.7*" />
<ColumnDefinition Width="2.7*" MaxWidth="250" />
<ColumnDefinition Width="7.2*"/>
</Grid.ColumnDefinitions>
<Grid.RowDefinitions>
@@ -271,7 +271,7 @@
<StackPanel Orientation="Vertical">
<Image Stretch="Uniform" MaxHeight="200" MaxWidth="300" Source="{Binding ImageSources}" RenderOptions.BitmapScalingMode="HighQuality" />
<!--<TextBlock Text="{Binding UserMessage}" VerticalAlignment="Center" HorizontalAlignment="Center"/>-->
<TextBlock Text="{Binding UserMessage}" VerticalAlignment="Center" HorizontalAlignment="Left" />
</StackPanel>
</DockPanel>