Skip to content

Commit ed6665c

Browse files
committed
fix: #712
1 parent dc62a0b commit ed6665c

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

Ui/Ui.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
</PropertyGroup>
7474

7575
<PropertyGroup>
76-
<AssemblyVersion>1.0.0.40919</AssemblyVersion>
76+
<AssemblyVersion>1.0.1.41007</AssemblyVersion>
7777
<FileVersion>$(AssemblyVersion)</FileVersion>
7878
<Version>$(AssemblyVersion)</Version>
7979
<Authors>Shawn</Authors>

Ui/View/ServerList/ServerListPageView.xaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -123,12 +123,8 @@
123123
<controls2:VirtualizingWrapPanel IsVirtualizing="True"
124124
ScrollUnit="Item"
125125
SpacingMode="None"
126-
VirtualizationMode="Recycling"
127-
CanHorizontallyScroll="False"
128-
MouseWheelDelta="1"
129-
MouseWheelDeltaItem="1"
130-
CacheLengthUnit="Item"
131-
Orientation="Vertical" Width="{Binding RelativeSource={RelativeSource FindAncestor,AncestorType=ListBox}, Path=ActualWidth}" Margin="15 10 0 20"/>
126+
Margin="15 10 0 20"
127+
Width="{Binding RelativeSource={RelativeSource FindAncestor,AncestorType=ListBox}, Path=ActualWidth}"></controls2:VirtualizingWrapPanel>
132128
</ItemsPanelTemplate>
133129
</Setter.Value>
134130
</Setter>

0 commit comments

Comments
 (0)