From 6bb4b5fdd55490875d13e0cf45d298a7dc77f8d4 Mon Sep 17 00:00:00 2001 From: watsonb8 Date: Sun, 1 Dec 2019 20:20:55 -0800 Subject: [PATCH] More styling --- Aurora/Design/Components/Library/Library.css | 5 ++++ Aurora/Design/Components/Library/Library.xaml | 14 ++++++++--- .../Design/Components/MediaPlayer/Player.css | 10 ++++++++ .../Design/Components/MediaPlayer/Player.xaml | 16 +++++++++++-- .../NavigationMenu/NavigationMenu.xaml | 1 - .../NavigationMenu/NavigationMenu.xaml.cs | 22 +++++++++++++++-- Aurora/Design/Views/MainView/MainView.css | 11 +++++++++ Aurora/Design/Views/MainView/MainView.xaml | 17 +++++++++---- Aurora/Design/Views/MainView/MainView.xaml.cs | 4 +--- Aurora/Design/Views/MainView/MainViewModel.cs | 24 +++++++++++++++++++ 10 files changed, 109 insertions(+), 15 deletions(-) create mode 100644 Aurora/Design/Components/MediaPlayer/Player.css diff --git a/Aurora/Design/Components/Library/Library.css b/Aurora/Design/Components/Library/Library.css index 60618b0..78da403 100644 --- a/Aurora/Design/Components/Library/Library.css +++ b/Aurora/Design/Components/Library/Library.css @@ -4,3 +4,8 @@ vertical-align: middle; word-wrap: break-word; } + +HeaderLaberStyle { + text-align: left; + color: red; +} diff --git a/Aurora/Design/Components/Library/Library.xaml b/Aurora/Design/Components/Library/Library.xaml index 568b717..667b502 100644 --- a/Aurora/Design/Components/Library/Library.xaml +++ b/Aurora/Design/Components/Library/Library.xaml @@ -14,10 +14,17 @@ SelectionEnabled="True" RowHeight="30" BorderColor="#3a3a3a" - HeaderFontSize="14" - HeaderHeight="45" - HeaderTextColor="White" + BorderThickness="0" + HeaderHeight="40" HeaderBackground="#222222"> + + + + @@ -59,6 +66,7 @@ + + + + @@ -10,16 +14,24 @@ Width="100"/> +