Skip to content

Commit

Permalink
```
Browse files Browse the repository at this point in the history
style: clean up unused comments in Dashboard.xaml

- Remove unnecessary comments for improved readability
- Simplify grid structure annotations
```
  • Loading branch information
HakuSystems committed Dec 23, 2024
1 parent a29b32a commit 8d28f69
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,12 @@
<!-- Constrain overall content if desired, helps readability on large screens -->
<Viewbox Stretch="Fill" StretchDirection="Both">
<Grid x:Name="MainGrid">
<!-- You could limit the total width so it doesn't get too wide on big monitors -->
<!--<Grid MaxWidth="1500"> ... </Grid>-->

<Grid.ColumnDefinitions>
<ColumnDefinition Width="*" />
<ColumnDefinition Width="*" />
<ColumnDefinition Width="*" />
</Grid.ColumnDefinitions>
<Grid.RowDefinitions>
<!-- Potential area for a top bar, branding, or additional controls -->
<RowDefinition Height="Auto" />
<RowDefinition Height="*" />
</Grid.RowDefinitions>
Expand Down

0 comments on commit 8d28f69

Please sign in to comment.