mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Force preview panel height
This commit is contained in:
parent
f1bcfc1933
commit
3c7b8cf827
1 changed files with 4 additions and 0 deletions
|
|
@ -432,9 +432,13 @@
|
|||
</ControlTemplate>
|
||||
</GridSplitter.Template>
|
||||
</GridSplitter>
|
||||
<!-- // TODO: Check Height Issue -->
|
||||
<!-- I do not know why Preview grid height will be 0 when selected item is from history -->
|
||||
<!-- So I add Height="380" to force its height to be set -->
|
||||
<Grid
|
||||
x:Name="Preview"
|
||||
Grid.Column="2"
|
||||
Height="380"
|
||||
VerticalAlignment="Stretch"
|
||||
Style="{DynamicResource PreviewArea}"
|
||||
Visibility="{Binding InternalPreviewVisible, Converter={StaticResource BoolToVisibilityConverter}}">
|
||||
|
|
|
|||
Loading…
Reference in a new issue