Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

Commit

Permalink
fixed expander putty missing
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuki-Codes committed Sep 13, 2023
1 parent 7ca1ad2 commit 375488c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Styles/ExpanderStyles.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@

<Rectangle
x:Name="ExpandPutty"
Grid.Row="1"
Grid.Row="0"
Grid.Column="1"
Height="8"
Margin="1,-7,1,0"
HorizontalAlignment="Right"
VerticalAlignment="Top"
Margin="2,0,0,-2"
HorizontalAlignment="Stretch"
VerticalAlignment="Bottom"
Fill="{DynamicResource ControlBackgroundBrush}"
Visibility="Collapsed" />

Expand Down

0 comments on commit 375488c

Please sign in to comment.