We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af4375b commit d23f88dCopy full SHA for d23f88d
Flow.Launcher/SelectFileManagerWindow.xaml
@@ -76,11 +76,11 @@
76
<StackPanel Margin="0 14 0 0" Orientation="Horizontal">
77
<Button
78
x:Name="btnTips"
79
- Margin="0 14 0 0"
+ Margin="0 7 0 7"
80
HorizontalAlignment="Left"
81
Click="btnTips_Click"
82
Content="{DynamicResource fileManager_files_btn}" />
83
- <TextBlock Margin="10 8 0 0" VerticalAlignment="Center">
+ <TextBlock Margin="10 4 0 4" VerticalAlignment="Center">
84
<Hyperlink NavigateUri="https://www.flowlauncher.com/docs/#/filemanager" RequestNavigate="Hyperlink_RequestNavigate">
85
<TextBlock FontSize="14" Text="{DynamicResource fileManager_learnMore}" />
86
</Hyperlink>
0 commit comments