Minor updatees.
This commit is contained in:
@@ -8,47 +8,6 @@
|
||||
DataContext="{x:Static vm:ViewModelLocator.PlaybackBarViewModel}"
|
||||
x:Class="Harmonia.UI.Views.PlaybackBar"
|
||||
x:DataType="vm:PlaybackBarViewModel">
|
||||
<UserControl.Resources>
|
||||
<converter:SecondsToStringConverter x:Key="SecondsToString" />
|
||||
<converter:ArtistsToStringConverter x:Key="ArtistsToString" />
|
||||
<converter:NullVisibilityConverter x:Key="NullVisibility" />
|
||||
<converter:SongTitleConverter x:Key="SongTitle" />
|
||||
</UserControl.Resources>
|
||||
<UserControl.Styles>
|
||||
<!-- Flat Button -->
|
||||
<Style Selector="Button.Flat">
|
||||
<Setter Property="Padding" Value="10"/>
|
||||
<Setter Property="Margin" Value="8 0 8 0"/>
|
||||
<Setter Property="Background" Value="Transparent"/>
|
||||
<Setter Property="BorderThickness" Value="0"/>
|
||||
</Style>
|
||||
|
||||
<!-- Flat Button ViewBox -->
|
||||
<!--<Style Selector="Viewbox.FlatButtonViewbox">
|
||||
<Setter Property="Width" Value="18"/>
|
||||
<Setter Property="Height" Value="18"/>
|
||||
</Style>-->
|
||||
|
||||
<!-- Flat Button Path Icon -->
|
||||
<Style Selector="PathIcon.FlatButtonIcon">
|
||||
<Setter Property="Padding" Value="10"/>
|
||||
<Setter Property="Width" Value="18"/>
|
||||
<Setter Property="Height" Value="18"/>
|
||||
<Setter Property="Foreground" Value="White"/>
|
||||
</Style>
|
||||
|
||||
<!-- Flat Button Path Icon (Large) -->
|
||||
<Style Selector="PathIcon.FlatButtonIcon.Medium">
|
||||
<Setter Property="Width" Value="24"/>
|
||||
<Setter Property="Height" Value="24"/>
|
||||
</Style>
|
||||
|
||||
<!-- Flat Button Path Icon (Large) -->
|
||||
<Style Selector="PathIcon.FlatButtonIcon.Large">
|
||||
<Setter Property="Width" Value="36"/>
|
||||
<Setter Property="Height" Value="36"/>
|
||||
</Style>
|
||||
</UserControl.Styles>
|
||||
<Border Background="#1a1a1a" Padding="10">
|
||||
<Grid>
|
||||
<Grid.ColumnDefinitions>
|
||||
|
||||
Reference in New Issue
Block a user