Update MainWindow.xaml

Leiste jetzt richtig
This commit is contained in:
BlackViron 2024-08-20 10:06:01 +02:00
parent 6f36ecf630
commit 580a039a0e

View File

@ -118,9 +118,9 @@
SelectionBrush="#FF6332A0" KeyDown="messageBOX_KeyDown" RenderTransformOrigin="0.5,0.5">
<TextBox.RenderTransform>
<TransformGroup>
<ScaleTransform ScaleY="-1"/>
<ScaleTransform ScaleX="-1" ScaleY="-1"/>
<SkewTransform/>
<RotateTransform Angle="180"/>
<RotateTransform Angle="-180"/>
<TranslateTransform/>
</TransformGroup>
</TextBox.RenderTransform>