File tree Expand file tree Collapse file tree 3 files changed +11
-9
lines changed
Expand file tree Collapse file tree 3 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 44 xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml"
55 xmlns : d =" http://schemas.microsoft.com/expression/blend/2008"
66 xmlns : flowlauncher =" clr-namespace:Flow.Launcher"
7+ xmlns : ui =" http://schemas.inkore.net/lib/ui/wpf/modern"
78 Title =" {DynamicResource updateAllPluginsButtonContent}"
89 Width =" 530"
910 Background =" {DynamicResource PopuBGColor}"
6667 Text =" {DynamicResource updateAllPluginsButtonContent}"
6768 TextAlignment =" Left" />
6869
69- <ScrollViewer
70+ <ui : ScrollViewerEx
7071 MaxHeight =" 300"
7172 Margin =" 0 5 0 5"
7273 HorizontalScrollBarVisibility =" Disabled"
7374 VerticalScrollBarVisibility =" Auto" >
7475 <StackPanel x : Name =" UpdatePluginStackPanel" />
75- </ScrollViewer >
76+ </ui : ScrollViewerEx >
7677
7778 <Rectangle
7879 Height =" 1"
Original file line number Diff line number Diff line change 166166 </Grid >
167167
168168 <!-- Do not use scroll function of MarkdownViewer because it does not support smooth scroll -->
169- <ScrollViewer
169+ <ui : ScrollViewerEx
170170 x : Name =" MarkdownScrollViewer"
171171 Grid.Row=" 2"
172172 Grid.Column=" 0"
193193 VerticalScrollBarVisibility =" Disabled"
194194 Visibility =" Collapsed" />
195195 </Grid >
196- </ScrollViewer >
196+ </ui : ScrollViewerEx >
197197
198198 <!-- This Grid is for display progress ring and refresh button. -->
199199 <!-- And it is also for changing the size of the MarkdownViewer. -->
Original file line number Diff line number Diff line change 3838 <Grid >
3939 <Grid .RowDefinitions>
4040 <RowDefinition Height =" 250" />
41- <RowDefinition Height =" 340" />
41+ <RowDefinition Height =" 340" />
4242 </Grid .RowDefinitions>
4343
4444 <Border Grid.Row=" 0" HorizontalAlignment =" Stretch" >
8989 </StackPanel >
9090 </Border >
9191
92- <ScrollViewer Grid.Row=" 1" VerticalScrollBarVisibility =" Visible" >
93- <StackPanel Margin =" 24 20 24 20" >
92+ <ui : ScrollViewerEx Grid.Row=" 1" VerticalScrollBarVisibility =" Visible" >
93+ <StackPanel Margin =" 24 20 24 20" >
9494 <TextBlock
9595 FontSize =" 20"
9696 FontWeight =" SemiBold"
97- Text =" {DynamicResource Welcome_Page2_Title}" TextWrapping =" WrapWithOverflow" />
97+ Text =" {DynamicResource Welcome_Page2_Title}"
98+ TextWrapping =" WrapWithOverflow" />
9899 <TextBlock
99100 Margin =" 0 10 0 0"
100101 FontSize =" 14"
119120 WindowTitle =" {DynamicResource flowlauncherHotkey}" />
120121 </StackPanel >
121122
122- </ScrollViewer >
123+ </ui : ScrollViewerEx >
123124 </Grid >
124125 </ui : ScrollViewerEx >
125126</ui : Page >
You can’t perform that action at this time.
0 commit comments