Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix code style
  • Loading branch information
vnbaaij committed Jun 25, 2024
commit cc83fe5fcf1f7b3f252e57a03cdb7f81204cd4e5
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
@typeparam TGridItem

<FluentStack Class="resize-options" VerticalAlignment="VerticalAlignment.Center" HorizontalGap="4">


@if (ResizeType == DataGridResizeType.Discrete)
{
<FluentLabel>@Grid.ResizeLabel</FluentLabel>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,4 @@ private async Task HandleColumnWidthAsync()
await Grid.SetColumnWidthExactAsync(Column, result);
}
}


}