mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Make sure vertically center
This commit is contained in:
parent
af4375b60e
commit
d23f88d2cb
1 changed files with 2 additions and 2 deletions
|
|
@ -76,11 +76,11 @@
|
|||
<StackPanel Margin="0 14 0 0" Orientation="Horizontal">
|
||||
<Button
|
||||
x:Name="btnTips"
|
||||
Margin="0 14 0 0"
|
||||
Margin="0 7 0 7"
|
||||
HorizontalAlignment="Left"
|
||||
Click="btnTips_Click"
|
||||
Content="{DynamicResource fileManager_files_btn}" />
|
||||
<TextBlock Margin="10 8 0 0" VerticalAlignment="Center">
|
||||
<TextBlock Margin="10 4 0 4" VerticalAlignment="Center">
|
||||
<Hyperlink NavigateUri="https://www.flowlauncher.com/docs/#/filemanager" RequestNavigate="Hyperlink_RequestNavigate">
|
||||
<TextBlock FontSize="14" Text="{DynamicResource fileManager_learnMore}" />
|
||||
</Hyperlink>
|
||||
|
|
|
|||
Loading…
Reference in a new issue