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"/>
+
+ x:Name="SongTitleLabel"
+ LineBreakMode="TailTruncation"/>
+ x:Name="ArtistNameLabel"
+ LineBreakMode="TailTruncation"/>