mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix Scroll for bottom margin in theme
This commit is contained in:
parent
37ab4aa355
commit
d7272d9deb
1 changed files with 2 additions and 2 deletions
|
|
@ -25,7 +25,7 @@
|
||||||
</ui:Page.Resources>
|
</ui:Page.Resources>
|
||||||
<ScrollViewer
|
<ScrollViewer
|
||||||
Padding="6 0 24 0"
|
Padding="6 0 24 0"
|
||||||
CanContentScroll="True"
|
CanContentScroll="False"
|
||||||
FontSize="14"
|
FontSize="14"
|
||||||
VirtualizingStackPanel.IsVirtualizing="True"
|
VirtualizingStackPanel.IsVirtualizing="True"
|
||||||
VirtualizingStackPanel.ScrollUnit="Pixel">
|
VirtualizingStackPanel.ScrollUnit="Pixel">
|
||||||
|
|
@ -40,7 +40,7 @@
|
||||||
Visibility="Collapsed" />
|
Visibility="Collapsed" />
|
||||||
|
|
||||||
<!-- Theme preview -->
|
<!-- Theme preview -->
|
||||||
<Grid Grid.Row="1">
|
<Grid>
|
||||||
<Border Background="{Binding PreviewBackground}" CornerRadius="6">
|
<Border Background="{Binding PreviewBackground}" CornerRadius="6">
|
||||||
<DockPanel LastChildFill="True">
|
<DockPanel LastChildFill="True">
|
||||||
<StackPanel
|
<StackPanel
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue