Skip to content

Commit 31aa4ca

Browse files
hotfix: Transparent border not working in PieSeries
1 parent 81e5454 commit 31aa4ca

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

DigitalWellbeingWPF/Views/DayAppUsagePage.xaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,12 +160,13 @@
160160
<!-- Keep Margin for Labels -->
161161
<lvc:PieChart.Resources>
162162
<Style TargetType="lvc:PieSeries">
163-
<Setter Property="StrokeThickness" Value="0"/>
164163
<Setter Property="DataLabels" Value="True"/>
165164
<Setter Property="LabelPosition" Value="OutsideSlice"/>
166165
<Setter Property="FontSize" Value="14"/>
167166
<Setter Property="FontWeight" Value="Normal"/>
168167
<Setter Property="Foreground" Value="{DynamicResource SystemControlPageTextBaseHighBrush}"/>
168+
169+
<Setter Property="Stroke" Value="{DynamicResource SystemControlPageBackgroundAltHighBrush}"/>
169170
<Setter Property="StrokeThickness" Value="5"/>
170171
</Style>
171172
</lvc:PieChart.Resources>

Setup/Setup.aip

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@
3030
<ROW Property="ARPHELPLINK" Value="https://github.com/christiankyle-ching/DigitalWellbeingForWindows"/>
3131
<ROW Property="ARPPRODUCTICON" Value="applogo.exe" Type="8"/>
3232
<ROW Property="Manufacturer" Value="ckcdev"/>
33-
<ROW Property="ProductCode" Value="1033:{692BE01D-F6B8-4F7E-86AF-4E0490B0D6AC} " Type="16"/>
33+
<ROW Property="ProductCode" Value="1033:{B2A3CB22-240D-4B1D-9727-2F3A6AADE1B0} " Type="16"/>
3434
<ROW Property="ProductLanguage" Value="1033"/>
3535
<ROW Property="ProductName" Value="Digital Wellbeing For Windows"/>
36-
<ROW Property="ProductVersion" Value="2.0.1.0" Type="32" TargetFile="DigitalWellbeingWPF.exe"/>
36+
<ROW Property="ProductVersion" Value="2.0.2.0" Type="32" TargetFile="DigitalWellbeingWPF.exe"/>
3737
<ROW Property="REBOOT" MultiBuildValue="DefaultBuild:Force"/>
3838
<ROW Property="SecureCustomProperties" Value="OLDPRODUCTS;AI_NEWERPRODUCTFOUND"/>
3939
<ROW Property="UpgradeCode" Value="{D7DA3A0D-99E1-4FAC-B2CC-FEBB27BCA59A}"/>

0 commit comments

Comments
 (0)