Skip to content

Commit a93cd85

Browse files
committed
Release v1.5.3 - Adjust frost border transparency
- Reduced frost border opacity from 70% to 30% for better DPS readability - Updated version to 1.5.3 in project file
1 parent a0cb55d commit a93cd85

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

BlueMeter.WPF/BlueMeter.WPF.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<ImplicitUsings>enable</ImplicitUsings>
99
<UseWPF>true</UseWPF>
1010
<Platforms>x64</Platforms>
11-
<Version>1.5.2</Version>
11+
<Version>1.5.3</Version>
1212
<SupportedOSPlatformVersion>7.0</SupportedOSPlatformVersion>
1313
<AssemblyName>BlueMeter.WPF</AssemblyName>
1414
<RootNamespace>BlueMeter.WPF</RootNamespace>

BlueMeter.WPF/Controls/DpsMeterChristmasDecorations.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
<!-- Frost Border Frame - OUTSIDE the window bounds -->
4242
<Image
43-
Opacity="0.7"
43+
Opacity="0.3"
4444
Panel.ZIndex="999"
4545
RenderTransformOrigin="0.5,0.3"
4646
Source="pack://application:,,,/Assets/Themes/Christmas/Backgrounds/frost_border.png.png"

0 commit comments

Comments
 (0)