Skip to content

Commit d23f88d

Browse files
committed
Make sure vertically center
1 parent af4375b commit d23f88d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Flow.Launcher/SelectFileManagerWindow.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,11 @@
7676
<StackPanel Margin="0 14 0 0" Orientation="Horizontal">
7777
<Button
7878
x:Name="btnTips"
79-
Margin="0 14 0 0"
79+
Margin="0 7 0 7"
8080
HorizontalAlignment="Left"
8181
Click="btnTips_Click"
8282
Content="{DynamicResource fileManager_files_btn}" />
83-
<TextBlock Margin="10 8 0 0" VerticalAlignment="Center">
83+
<TextBlock Margin="10 4 0 4" VerticalAlignment="Center">
8484
<Hyperlink NavigateUri="https://www.flowlauncher.com/docs/#/filemanager" RequestNavigate="Hyperlink_RequestNavigate">
8585
<TextBlock FontSize="14" Text="{DynamicResource fileManager_learnMore}" />
8686
</Hyperlink>

0 commit comments

Comments
 (0)