Using System.Diagnostics.Debug. First pass at player controls styling
This commit is contained in:
@ -1,12 +1,26 @@
|
||||
Label {
|
||||
color: darkgray;
|
||||
#PlayerControlContainer {
|
||||
background-color: #626363;
|
||||
}
|
||||
|
||||
Label {
|
||||
color: white;
|
||||
text-align: left;
|
||||
vertical-align: middle;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
#MediaInfoLayout label {
|
||||
margin-left: 20;
|
||||
#MediaInfoContainer {
|
||||
width: 150;
|
||||
margin-top: 10;
|
||||
margin-bottom: 10;
|
||||
}
|
||||
|
||||
#MediaInfoContainer label {
|
||||
margin-left: 20;
|
||||
}
|
||||
#AlbumArtBoxView {
|
||||
background-color: black;
|
||||
width: 80;
|
||||
}
|
||||
|
||||
ImageButton {
|
||||
|
Reference in New Issue
Block a user