File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed
Plugins/Flow.Launcher.Plugin.Explorer Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<OutputType >Library</OutputType >
5
- <TargetFramework >net7.0-windows10.0.19041.0 </TargetFramework >
5
+ <TargetFramework >net7.0-windows </TargetFramework >
6
6
<UseWPF >true</UseWPF >
7
7
<UseWindowsForms >true</UseWindowsForms >
8
8
<CopyLocalLockFileAssemblies >true</CopyLocalLockFileAssemblies >
48
48
<PackageReference Include =" System.Data.OleDb" Version =" 8.0.0" />
49
49
<PackageReference Include =" System.Linq.Async" Version =" 6.0.1" />
50
50
<PackageReference Include =" tlbimp-Microsoft.Search.Interop" Version =" 1.0.0" />
51
- <PackageReference Include =" ModernWpfUI" Version =" 0.9.4" />
52
51
</ItemGroup >
53
52
54
53
<ItemGroup >
Original file line number Diff line number Diff line change 356
356
VerticalAlignment =" Center"
357
357
Text =" {DynamicResource plugin_explorer_Maximum_Results}"
358
358
TextBlock.Foreground=" {DynamicResource Color05B}" />
359
- <ui : NumberBox
359
+ <TextBox
360
360
Grid.Row=" 4"
361
361
Grid.Column=" 1"
362
362
MinWidth =" 350"
363
363
Margin =" 0,9,0,6"
364
364
HorizontalAlignment =" Left"
365
365
VerticalAlignment =" Center"
366
- CornerRadius =" 4"
367
- SmallChange =" 10"
368
- SpinButtonPlacementMode =" Inline"
369
- Value =" {Binding MaxResult, Delay=100}"
366
+ Text =" {Binding MaxResult}"
370
367
ToolTip =" {DynamicResource plugin_explorer_Maximum_Results_Tooltip}" />
371
368
</Grid >
372
369
</StackPanel >
You can’t perform that action at this time.
0 commit comments