Skip to content

Commit

Permalink
Merge pull request #610 from dremin/fix-theme-regressions
Browse files Browse the repository at this point in the history
Fix minor 9x theme regressions
  • Loading branch information
dremin authored Jun 22, 2023
2 parents d95eb01 + 2e07ca1 commit 1604300
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 1604300

Please sign in to comment.