Skip to content

Commit

Permalink
Fix #329
Browse files Browse the repository at this point in the history
  • Loading branch information
BornToBeRoot committed Nov 15, 2020
1 parent 67f0d08 commit 397df3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/NETworkManager/Resources/Styles/TextBoxStyles.xaml
Expand Up @@ -52,8 +52,8 @@
<Setter Property="mah:TextBoxHelper.ButtonContentTemplate">
<Setter.Value>
<DataTemplate>
<!-- Modern - FolderOpen -->
<ContentControl x:Name="PART_PackIcon" Width="{Binding RelativeSource={RelativeSource AncestorType=TextBox}, Path=(mah:TextBoxHelper.ButtonWidth), Mode=OneWay}" Height="{Binding RelativeSource={RelativeSource AncestorType=TextBox}, Path=(mah:TextBoxHelper.ButtonWidth), Mode=OneWay}" Padding="3" HorizontalAlignment="Center" VerticalAlignment="Center" Content="F1 M 19,50L 28,34L 63,34L 54,50L 19,50 Z M 19,28.0001L 35,28C 36,25 37.4999,24.0001 37.4999,24.0001L 48.75,24C 49.3023,24 50,24.6977 50,25.25L 50,28L 53.9999,28.0001L 53.9999,32L 27,32L 19,46.4L 19,28.0001 Z " Style="{DynamicResource PathIconContentControlStyle}" />
<!-- Modern - FolderOpen -->
<ContentControl x:Name="PART_PackIcon" Width="{Binding RelativeSource={RelativeSource AncestorType=TextBox}, Path=(mah:TextBoxHelper.ButtonWidth), Mode=OneWay}" Height="{Binding RelativeSource={RelativeSource AncestorType=TextBox}, Path=(mah:TextBoxHelper.ButtonWidth), Mode=OneWay}" Padding="3" HorizontalAlignment="Center" VerticalAlignment="Center" Content="F1 M 19,50L 28,34L 63,34L 54,50L 19,50 Z M 19,28.0001L 35,28C 36,25 37.4999,24.0001 37.4999,24.0001L 48.75,24C 49.3023,24 50,24.6977 50,25.25L 50,28L 53.9999,28.0001L 53.9999,32L 27,32L 19,46.4L 19,28.0001 Z " Style="{DynamicResource MahApps.Styles.ContentControl.PathIcon}" />
</DataTemplate>
</Setter.Value>
</Setter>
Expand Down

0 comments on commit 397df3b

Please sign in to comment.