Skip to content

Commit

Permalink
oprava zarovnani
Browse files Browse the repository at this point in the history
  • Loading branch information
martinrotter committed Sep 30, 2024
1 parent a9b36cc commit 803937f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ZZZO/ZZZO/Controls/ProgramEntry.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,10 @@
</ComboBox.ItemTemplate>
</ComboBox>
<TextBox materialDesign:HintAssist.Hint="Nadpis bodu programu"
MinLines="2"
MaxLines="2"
MinLines="4"
MaxLines="4"
TextWrapping="Wrap"
AcceptsReturn="True"
Visibility="{Binding ProgramEntry.JeEditovatelny, Converter={StaticResource BooleanToVisibilityConverter}}"
Text="{Binding ProgramEntry.Nadpis, UpdateSourceTrigger=PropertyChanged}" />
<CheckBox Content="Jedná se o podbod předchozího bodu programu"
Expand Down

0 comments on commit 803937f

Please sign in to comment.