Enable ticket activity rows by default

This commit is contained in:
Meik
2026-07-20 09:01:52 +02:00
parent 30cc7a0482
commit 21e9b85be7
3 changed files with 18 additions and 7 deletions

View File

@@ -121,10 +121,10 @@
<RowDefinition Height="Auto" />
<RowDefinition Height="Auto" />
<RowDefinition x:Name="TicketsRow"
Height="0" />
Height="Auto" />
<RowDefinition Height="Auto" />
<RowDefinition x:Name="ServiceRequestsRow"
Height="0" />
Height="Auto" />
<RowDefinition Height="Auto" />
</Grid.RowDefinitions>
<Grid.ColumnDefinitions>