diff --git a/tweetz/Setup/Setup.iss b/tweetz/Setup/Setup.iss index 86da6d3..3c4b97f 100644 --- a/tweetz/Setup/Setup.iss +++ b/tweetz/Setup/Setup.iss @@ -1,5 +1,5 @@ #define MyAppName "Tweetz Desktop" -#define MyAppVersion "1.3.0" +#define MyAppVersion "1.3.1" #define MyAppPublisher "Mike Ward" #define MyAppURL "http://mike-ward.net" #define MyAppExeName "tweetz.exe" diff --git a/tweetz/tweetz5/Assets/Themes/Classic/Common.xaml b/tweetz/tweetz5/Assets/Themes/Classic/Common.xaml index 9b33500..1556dab 100644 --- a/tweetz/tweetz5/Assets/Themes/Classic/Common.xaml +++ b/tweetz/tweetz5/Assets/Themes/Classic/Common.xaml @@ -439,11 +439,11 @@ Name="Path" HorizontalAlignment="Center" VerticalAlignment="Center" + Data="M 0 8 L 8 8 L 4 0 Z" Fill="{StaticResource StandardBrush}" + Stretch="None" Stroke="{StaticResource StandardBorderBrush}" - StrokeThickness="0.5" - Data="M 0 8 L 8 8 L 4 0 Z" - Stretch="None" /> + StrokeThickness="0.5" /> @@ -467,11 +467,11 @@ Name="Path" HorizontalAlignment="Center" VerticalAlignment="Center" + Data="M 0 0 L 4 8 L 8 0 Z" Fill="{StaticResource StandardBrush}" + Stretch="None" Stroke="{StaticResource StandardBorderBrush}" - StrokeThickness="0.5" - Data="M 0 0 L 4 8 L 8 0 Z" - Stretch="None" /> + StrokeThickness="0.5" /> @@ -495,8 +495,8 @@ Name="Path" HorizontalAlignment="Center" VerticalAlignment="Center" - Fill="{StaticResource StandardBrush}" Data="M 0 0 L -8 4 L 0 8 Z" + Fill="{StaticResource StandardBrush}" Stretch="None" /> @@ -521,8 +521,8 @@ Name="Path" HorizontalAlignment="Center" VerticalAlignment="Center" - Fill="{StaticResource StandardBrush}" Data="M 0 0 L 8 4 L 0 8 Z" + Fill="{StaticResource StandardBrush}" Stretch="None" /> @@ -564,29 +564,29 @@ + Command="ScrollBar.LineUpCommand" + Style="{StaticResource LineButtonUpStyle}" /> - + - + + Command="ScrollBar.LineDownCommand" + Style="{StaticResource LineButtonDownStyle}" /> @@ -605,28 +605,28 @@ + Command="ScrollBar.LineLeftCommand" + Style="{StaticResource LineButtonLeftStyle}" /> - + - + + Command="ScrollBar.LineRightCommand" + Style="{StaticResource LineButtonRightStyle}" />