Skip to content

Commit

Permalink
Fix minor 9x theme regressions
Browse files Browse the repository at this point in the history
  • Loading branch information
dremin committed Jun 21, 2023
1 parent de70832 commit 2e07ca1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RetroBar/Themes/System.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@
<Setter Property="Control.Template">
<Setter.Value>
<ControlTemplate>
<Rectangle RenderOptions.EdgeMode="Aliased" Margin="5" StrokeThickness="1"
<Rectangle RenderOptions.EdgeMode="Aliased" Margin="5,5,3,5" StrokeThickness="1"
Stroke="{DynamicResource {x:Static SystemColors.ControlTextBrushKey}}"
StrokeDashOffset="1.5" StrokeDashArray="1" />
</ControlTemplate>
Expand Down
2 changes: 1 addition & 1 deletion RetroBar/Themes/Windows 95-98.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
x:Key="ShowDesktopButton"
BasedOn="{StaticResource StartButton}">
<Setter Property="Margin"
Value="-2,0,0,0" />
Value="-2,0,2,0" />
<Setter Property="HorizontalAlignment"
Value="Center" />
<Style.Triggers>
Expand Down

0 comments on commit 2e07ca1

Please sign in to comment.