Skip to content

Commit

Permalink
add semantic version and fix the changed orientation behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
taooceros committed Jun 19, 2024
1 parent dcf0d87 commit 5993119
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions Flow.Launcher/Flow.Launcher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@
<PackageReference Include="ModernWpfUI" Version="0.9.4" />
<PackageReference Include="NHotkey.Wpf" Version="2.1.1" />
<PackageReference Include="PropertyChanged.Fody" Version="3.4.0" />
<PackageReference Include="SemanticVersioning" Version="3.0.0-beta2" />
<PackageReference Include="VirtualizingWrapPanel" Version="2.0.6" />
</ItemGroup>

Expand Down
3 changes: 0 additions & 3 deletions Flow.Launcher/SettingPages/Views/SettingsPanePluginStore.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,6 @@
ScrollViewer.HorizontalScrollBarVisibility="Disabled"
SelectionMode="Single"
Style="{DynamicResource StoreListStyle}"
VirtualizingPanel.CacheLength="1,1"
VirtualizingPanel.CacheLengthUnit="Page"
VirtualizingPanel.IsVirtualizingWhenGrouping="True"
VirtualizingPanel.ScrollUnit="Pixel">
<ListView.ItemsPanel>
Expand All @@ -130,7 +128,6 @@
Margin="0,0,0,10"
ItemSize="216,184"
MouseWheelDelta="48"
Orientation="Vertical"
ScrollLineDelta="16"
SpacingMode="None"
StretchItems="True" />
Expand Down
2 changes: 2 additions & 0 deletions Flow.Launcher/ViewModel/PluginStoreItemViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
using Flow.Launcher.Core.ExternalPlugins;
using Flow.Launcher.Core.Plugin;
using Flow.Launcher.Plugin;
using SemanticVersioning;
using Version = SemanticVersioning.Version;

namespace Flow.Launcher.ViewModel
{
Expand Down

0 comments on commit 5993119

Please sign in to comment.