Compare commits

..

2 Commits

Author SHA1 Message Date
e7d1ec5468 [#61] Windows: Use red and green color to indicate type of WineVariety
All checks were successful
Test / Run tests (push) Successful in 2m12s
2025-07-08 10:52:32 +02:00
6e5d23a1aa Windows: Small fixes 2025-07-08 10:47:10 +02:00

View File

@@ -128,7 +128,7 @@
VerticalAlignment="Center" HorizontalAlignment="Right" Width="25" Height="25" Margin="5,60,5,0" Grid.RowSpan="2"
Click="DeleteButton_Click"/>
<TextBox x:Name="DataInput" Text="{Binding Data, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" IsReadOnly="{Binding DataIsReadOnly}"
<TextBox x:Name="DataInput" Text="{Binding Data}" IsReadOnly="{Binding DataIsReadOnly}"
Margin="10,200,35,10"
HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Height="auto"
AcceptsReturn="True" VerticalScrollBarVisibility="Visible" HorizontalScrollBarVisibility="Auto"