mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Make sure horizontally size good
This commit is contained in:
parent
b4d5e57b17
commit
a9eb17ee50
1 changed files with 1 additions and 1 deletions
|
|
@ -171,9 +171,9 @@
|
||||||
Grid.Row="2"
|
Grid.Row="2"
|
||||||
Grid.Column="0"
|
Grid.Column="0"
|
||||||
Grid.ColumnSpan="5"
|
Grid.ColumnSpan="5"
|
||||||
|
Width="500"
|
||||||
Height="500"
|
Height="500"
|
||||||
Margin="15 0 20 0"
|
Margin="15 0 20 0"
|
||||||
HorizontalAlignment="Stretch"
|
|
||||||
ClickAction="SafetyDisplayWithRelativePath"
|
ClickAction="SafetyDisplayWithRelativePath"
|
||||||
Loaded="MarkdownViewer_Loaded"
|
Loaded="MarkdownViewer_Loaded"
|
||||||
Plugins="{StaticResource MdXamlPlugins}"
|
Plugins="{StaticResource MdXamlPlugins}"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue