Skip to content

Commit

Permalink
fix: windows crash
Browse files Browse the repository at this point in the history
  • Loading branch information
rajamatt committed Jun 18, 2024
1 parent 19abbe0 commit 723ed8c
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions reference/ToDo/src/ToDo/Views/TaskListPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,10 +154,13 @@
</VisualState.Setters>
</VisualState>
<VisualState x:Name="Narrow">
<VisualState.StateTriggers>
<AdaptiveTrigger MinWindowWidth="0" />
</VisualState.StateTriggers>
</VisualState>
<VisualState.StateTriggers>
<AdaptiveTrigger MinWindowWidth="0" />
</VisualState.StateTriggers>
<VisualState.Setters>
<Setter Target="TaskListColumn.MinWidth" Value="*" />
</VisualState.Setters>
</VisualState>
</VisualStateGroup>
</VisualStateManager.VisualStateGroups>

Expand Down

0 comments on commit 723ed8c

Please sign in to comment.