Skip to content

Commit 1cef358

Browse files
committed
Add future todos
1 parent 5dff125 commit 1cef358

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Flow.Launcher/Resources/Controls/CustomScrollViewerEx.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
namespace Flow.Launcher.Resources.Controls
1010
{
11+
// TODO: Use IsScrollAnimationEnabled property in future: https://github.com/iNKORE-NET/UI.WPF.Modern/pull/347
1112
public class CustomScrollViewerEx : ScrollViewer
1213
{
1314
private double LastVerticalLocation = 0;

Flow.Launcher/Resources/CustomControlTemplate.xaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,10 +277,12 @@
277277
<Style BasedOn="{StaticResource DefaultMenuItemStyle}" TargetType="MenuItem" />
278278

279279
<!-- List View from UI.WPF.Modern to adjust GridView item margin -->
280+
<!-- // TODO: Only override Margin property in future: https://github.com/iNKORE-NET/UI.WPF.Modern/pull/349 -->
280281
<Style
281282
x:Key="{x:Static GridView.GridViewItemContainerStyleKey}"
282283
BasedOn="{StaticResource DefaultListViewItemStyle}"
283284
TargetType="ListViewItem">
285+
<Setter Property="Margin" Value="0 2" />
284286
<Setter Property="Padding" Value="6 0" />
285287
<Setter Property="Background" Value="{DynamicResource GridViewItemBackground}" />
286288
<Setter Property="Foreground" Value="{DynamicResource GridViewItemForeground}" />

0 commit comments

Comments
 (0)