Major UI overhaul, implemented FluentRibbon

This commit is contained in:
Ben
2015-06-27 18:08:06 +01:00
parent 5b4c622345
commit dce21d84b3
33 changed files with 712 additions and 185 deletions

View File

@@ -1,16 +1,15 @@
<controls:MetroWindow x:Class="Filtration.Views.AboutWindow"
<Window x:Class="Filtration.Views.AboutWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:controls="http://metro.mahapps.com/winfx/xaml/controls"
xmlns:extensions="clr-namespace:Filtration.Extensions"
Title="About Filtration"
Height="360"
Width="580"
Loaded="AboutWindow_OnLoaded"
BorderThickness="1"
BorderBrush="Black"
ShowMaxRestoreButton="False"
ShowMinButton="False">
BorderBrush="Black">
<!--ShowMaxRestoreButton="False"
ShowMinButton="False"-->
<Grid Margin="15">
<Grid.RowDefinitions>
<RowDefinition Height="Auto"></RowDefinition>
@@ -71,4 +70,4 @@
</TextBlock>
</ScrollViewer>
</Grid>
</controls:MetroWindow>
</Window>