File tree 3 files changed +4
-2
lines changed
3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 22
22
<Grid >
23
23
<Image
24
24
Opacity =" 0.5"
25
- Source =" \Sucrose.Bundle;component\Assets\Background13 .jpg"
25
+ Source =" \Sucrose.Bundle;component\Assets\Background14 .jpg"
26
26
Stretch =" UniformToFill" />
27
27
28
28
<TextBlock
Original file line number Diff line number Diff line change @@ -31,7 +31,9 @@ protected override Size MeasureOverride(Size availableSize)
31
31
{
32
32
double x = 0 ;
33
33
double y = 0 ;
34
+
34
35
double rowHeight = 0 ;
36
+
35
37
int itemsInCurrentRow = 0 ;
36
38
37
39
if ( InternalChildren . Count >= 0 )
Original file line number Diff line number Diff line change 85
85
<PackageReference Condition =" $(TargetFramework.StartsWith('net7'))" Include =" Microsoft.Extensions.Hosting" Version =" 7.0.1" />
86
86
<PackageReference Condition =" $(TargetFramework.StartsWith('net8'))" Include =" Microsoft.Extensions.Hosting" Version =" 8.0.0" />
87
87
<PackageReference Condition =" $(TargetFramework.StartsWith('net48'))" Include =" Microsoft.Extensions.Hosting" Version =" 8.0.0" />
88
- <PackageReference Condition =" $(TargetFramework.StartsWith('net9'))" Include =" Microsoft.Extensions.Hosting" Version =" 9.0.0-rc.1.24374.11 " />
88
+ <PackageReference Condition =" $(TargetFramework.StartsWith('net9'))" Include =" Microsoft.Extensions.Hosting" Version =" 9.0.0-rc.1.24375.2 " />
89
89
</ItemGroup >
90
90
91
91
<ItemGroup Condition =" $(TargetFramework.StartsWith('net48'))" >
You can’t perform that action at this time.
0 commit comments