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>
|
||||
<ScrollViewer
|
||||
Padding="6 0 24 0"
|
||||
CanContentScroll="True"
|
||||
CanContentScroll="False"
|
||||
FontSize="14"
|
||||
VirtualizingStackPanel.IsVirtualizing="True"
|
||||
VirtualizingStackPanel.ScrollUnit="Pixel">
|
||||
|
|
@ -40,7 +40,7 @@
|
|||
Visibility="Collapsed" />
|
||||
|
||||
<!-- Theme preview -->
|
||||
<Grid Grid.Row="1">
|
||||
<Grid>
|
||||
<Border Background="{Binding PreviewBackground}" CornerRadius="6">
|
||||
<DockPanel LastChildFill="True">
|
||||
<StackPanel
|
||||
|
|
|
|||
Loading…
Reference in a new issue