Skip to content

Commit

Permalink
v0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Tally authored Feb 18, 2021
1 parent 41d9b4b commit 435725b
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 32 deletions.
2 changes: 1 addition & 1 deletion Magpie_Desktop/DerivedStyles/DetailsViewGroupStyle.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<ExpanderEx BorderThickness="0" SaveGameGroupId="{Binding Name, Mode=OneWay}"
IsExpanded="True">
<ExpanderEx.Header>
<Grid HorizontalAlignment="Stretch" Margin="0" Background="Transparent">
<Grid HorizontalAlignment="Stretch" Margin="0">
<Grid.ContextMenu>
<GameGroupMenu />
</Grid.ContextMenu>
Expand Down
12 changes: 5 additions & 7 deletions Magpie_Desktop/DerivedStyles/GridViewItemTemplate.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
mc:Ignorable="d">

<Style x:Key="GridViewItemTemplate" TargetType="{x:Type GameListItem}">
<Setter Property="UseLayoutRounding" Value="True" />
<Setter Property="SnapsToDevicePixels" Value="True" />
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type GameListItem}">
Expand Down Expand Up @@ -35,12 +33,12 @@
<SolidColorBrush Color="{DynamicResource PopupBackgroundColor}" Opacity="0.7"/>
</Border.Background>
<Viewbox MaxHeight="50" MinHeight="20">
<StackPanel Orientation="Horizontal" Cursor="Hand">
<Button Name="PART_ButtonPlay" Style="{DynamicResource GlyphButton}"
Margin="4,0,4,0" Content="&#xE102;"
<StackPanel Orientation="Horizontal" Cursor="Hand" Margin="0,0,0,1">
<Button Name="PART_ButtonPlay" Style="{DynamicResource GlyphButton}"
Margin="4,0,4,0" Content="&#x25B6;"
FontFamily="{DynamicResource SymbolFont}" />
<Button Name="PART_ButtonInfo" Style="{DynamicResource GlyphButton}"
Margin="4,0,4,0" Content="&#x24D8;"
<Button Name="PART_ButtonInfo" Style="{DynamicResource GlyphButton}"
Margin="4,0,4,0" Content="&#x1F6C8;"
FontFamily="{DynamicResource SymbolFont}"/>
</StackPanel>
</Viewbox>
Expand Down
4 changes: 2 additions & 2 deletions Magpie_Desktop/Views/MainPanel.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
WindowChrome.IsHitTestVisibleInChrome="True"
VerticalAlignment="Center" HorizontalAlignment="Center">
<Button Style="{DynamicResource GlyphButton}"
Content="&#x2261;" FontFamily="{DynamicResource SymbolFont}" FontSize="42"
Margin="0,-18,0,-8" BorderThickness="0" />
Content="&#x2630;" FontFamily="{DynamicResource SymbolFont}" FontSize="30"
Margin="0,0,0,4" BorderThickness="0" />
</Border>
<SearchBox x:Name="PART_TextMainSearch"
Margin="20,6,0,6" DockPanel.Dock="Left"
Expand Down
8 changes: 3 additions & 5 deletions Magpie_Desktop/Views/Sidebar.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,10 @@
<DockPanel x:Name="DockContentHolder">
<Border x:Name="PART_ElemMainMenu" Background="Transparent"
Width="44" Height="44" Margin="0,0,0,5"
DockPanel.Dock="Top" Padding="5" Cursor="Hand"
DockPanel.Dock="Top" Cursor="Hand"
WindowChrome.IsHitTestVisibleInChrome="True">
<Viewbox>
<Label Content="&#x2261;" FontFamily="{DynamicResource SymbolFont}"
FontSize="48" Margin="0,-18,0,-8"/>
</Viewbox>
<Button Content="&#x2630;" Style="{DynamicResource GlyphButton}"
HorizontalAlignment="Center" FontSize="30" Margin="0,0,0,4"/>
</Border>

<ItemsControl x:Name="PART_ListSideBarItems"
Expand Down
2 changes: 1 addition & 1 deletion Magpie_Desktop/theme.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ThemeApiVersion: 1.9.0
Id: Magpie_Desktop
Name: Magpie
Author: Dan Davis
Version: 0.9.4.1
Version: 0.9.5
Constants:
- BGModeOn: Off for banners on for backgrounds in details.
- UseAbsoluteExtraMetadataPath: Use absolute path to your Playnite config folder.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<ExpanderEx BorderThickness="0" SaveGameGroupId="{Binding Name, Mode=OneWay}"
IsExpanded="True">
<ExpanderEx.Header>
<Grid HorizontalAlignment="Stretch" Margin="0" Background="Transparent">
<Grid HorizontalAlignment="Stretch" Margin="0">
<Grid.ContextMenu>
<GameGroupMenu />
</Grid.ContextMenu>
Expand Down
12 changes: 5 additions & 7 deletions Magpie_Desktop_GBV/DerivedStyles/GridViewItemTemplate.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
mc:Ignorable="d">

<Style x:Key="GridViewItemTemplate" TargetType="{x:Type GameListItem}">
<Setter Property="UseLayoutRounding" Value="True" />
<Setter Property="SnapsToDevicePixels" Value="True" />
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type GameListItem}">
Expand Down Expand Up @@ -35,12 +33,12 @@
<SolidColorBrush Color="{DynamicResource PopupBackgroundColor}" Opacity="0.7"/>
</Border.Background>
<Viewbox MaxHeight="50" MinHeight="20">
<StackPanel Orientation="Horizontal" Cursor="Hand">
<Button Name="PART_ButtonPlay" Style="{DynamicResource GlyphButton}"
Margin="4,0,4,0" Content="&#xE102;"
<StackPanel Orientation="Horizontal" Cursor="Hand" Margin="0,0,0,1">
<Button Name="PART_ButtonPlay" Style="{DynamicResource GlyphButton}"
Margin="4,0,4,0" Content="&#x25B6;"
FontFamily="{DynamicResource SymbolFont}" />
<Button Name="PART_ButtonInfo" Style="{DynamicResource GlyphButton}"
Margin="4,0,4,0" Content="&#x24D8;"
<Button Name="PART_ButtonInfo" Style="{DynamicResource GlyphButton}"
Margin="4,0,4,0" Content="&#x1F6C8;"
FontFamily="{DynamicResource SymbolFont}"/>
</StackPanel>
</Viewbox>
Expand Down
4 changes: 2 additions & 2 deletions Magpie_Desktop_GBV/Views/MainPanel.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
WindowChrome.IsHitTestVisibleInChrome="True"
VerticalAlignment="Center" HorizontalAlignment="Center">
<Button Style="{DynamicResource GlyphButton}"
Content="&#x2261;" FontFamily="{DynamicResource SymbolFont}" FontSize="42"
Margin="0,-18,0,-8" BorderThickness="0" />
Content="&#x2630;" FontFamily="{DynamicResource SymbolFont}" FontSize="30"
Margin="0,0,0,4" BorderThickness="0" />
</Border>
<SearchBox x:Name="PART_TextMainSearch"
Margin="20,6,0,6" DockPanel.Dock="Left"
Expand Down
8 changes: 3 additions & 5 deletions Magpie_Desktop_GBV/Views/Sidebar.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,10 @@
<DockPanel x:Name="DockContentHolder">
<Border x:Name="PART_ElemMainMenu" Background="Transparent"
Width="44" Height="44" Margin="0,0,0,5"
DockPanel.Dock="Top" Padding="5" Cursor="Hand"
DockPanel.Dock="Top" Cursor="Hand"
WindowChrome.IsHitTestVisibleInChrome="True">
<Viewbox>
<Label Content="&#x2261;" FontFamily="{DynamicResource SymbolFont}"
FontSize="48" Margin="0,-18,0,-8"/>
</Viewbox>
<Button Content="&#x2630;" Style="{DynamicResource GlyphButton}"
HorizontalAlignment="Center" FontSize="30" Margin="0,0,0,4"/>
</Border>

<ItemsControl x:Name="PART_ListSideBarItems"
Expand Down
2 changes: 1 addition & 1 deletion Magpie_Desktop_GBV/theme.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ThemeApiVersion: 1.9.0
Id: Magpie_Desktop_GBV
Name: Magpie (Grid Banner Variant)
Author: Dan Davis
Version: 0.9.4.1
Version: 0.9.5
Constants:
- BGModeOn: Off for banners on for backgrounds in details.
- UseAbsoluteExtraMetadataPath: Use absolute path to your Playnite config folder.
Expand Down

0 comments on commit 435725b

Please sign in to comment.