Skip to content

Commit

Permalink
chore: formatting again
Browse files Browse the repository at this point in the history
  • Loading branch information
rajamatt committed Jun 17, 2024
1 parent 75eac5e commit f2e39fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reference/ToDo/src/ToDo/Views/TaskListPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,14 +161,14 @@
<VisualState.StateTriggers>
<AdaptiveTrigger MinWindowWidth="0" />
</VisualState.StateTriggers>
<VisualState.Setters>
<VisualState.Setters>
<Setter Target="TaskListColumn.Width" Value="*" />
<Setter Target="TaskListColumn.MinWidth" Value="300" />
<Setter Target="TaskColumn.Width" Value="2*" />
<Setter Target="TaskDetailsGrid.Visibility" Value="Collapsed" />
<Setter Target="TaskDetails.(uen:Region.Attached)" Value="false" />
</VisualState.Setters>
</VisualState>
</VisualState>
</VisualStateGroup>
</VisualStateManager.VisualStateGroups>

Expand Down

0 comments on commit f2e39fb

Please sign in to comment.