Skip to content

Commit

Permalink
add Aurora-RGB title to config window
Browse files Browse the repository at this point in the history
  • Loading branch information
Aytackydln committed Oct 14, 2024
1 parent 989b211 commit 77daa21
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Project-Aurora/Project-Aurora/ConfigUi.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@
UseAeroCaptionButtons="True" />
</WindowChrome.WindowChrome>
<DockPanel x:Name="bg_grid" Background="#AA660000" IsHitTestVisible="True">
<Grid Width="Auto" Height="25" Background="#10000000" DockPanel.Dock="Top" />
<Grid Width="Auto" Height="25" Background="#10000000" DockPanel.Dock="Top">
<TextBlock Margin="12, 2">Aurora-RGB</TextBlock>
</Grid>
<Grid Name="ProfileStackGrid" HorizontalAlignment="Left" Width="56" Background="#3F000000" DockPanel.Dock="Left" />

<Grid x:Name="gridManagers" Margin="5,5,0,5" HorizontalAlignment="Left" Width="200" DockPanel.Dock="Left">
Expand Down

0 comments on commit 77daa21

Please sign in to comment.