Skip to content

Commit

Permalink
Fix preview border width
Browse files Browse the repository at this point in the history
  • Loading branch information
dremin committed Jan 17, 2022
1 parent 510545f commit 4e1e64d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RetroBar/PropertiesWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@
Value="1" />
<Setter Property="Margin"
Value="0,0,0,5" />
<Setter Property="Width"
Value="335" />
</Style>
</ResourceDictionary>
</Window.Resources>
Expand All @@ -89,7 +91,6 @@
<StackPanel Orientation="Vertical">
<Border Style="{StaticResource PreviewBorder}">
<ContentControl Height="{DynamicResource TaskbarHeight}"
Width="335"
IsHitTestVisible="False"
Focusable="False"
ClipToBounds="True"
Expand Down Expand Up @@ -204,7 +205,6 @@
<StackPanel Orientation="Vertical">
<Border Style="{StaticResource PreviewBorder}">
<ContentControl Height="{DynamicResource TaskbarHeight}"
Width="335"
IsHitTestVisible="False"
Focusable="False"
ClipToBounds="True"
Expand Down

0 comments on commit 4e1e64d

Please sign in to comment.