Merge pull request #162 from moshekaplan/patch-1

Add a tooltip for file output path selection
This commit is contained in:
Robin Krom 2020-01-28 07:30:44 +01:00 committed by GitHub
commit da543c7338
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,7 @@
<DockPanel LastChildFill="True"> <DockPanel LastChildFill="True">
<Label Content="{Binding GreenshotLanguage.SettingsOutput}" Width="100" /> <Label Content="{Binding GreenshotLanguage.SettingsOutput}" Width="100" />
<Button Content="..." Name="SelectOutputPath" /> <Button Content="..." Name="SelectOutputPath" ToolTip="{Binding GreenshotLanguage.SettingsOutput}"/>
<TextBox Text="{Binding FileConfiguration.OutputFilePath}"/> <TextBox Text="{Binding FileConfiguration.OutputFilePath}"/>
</DockPanel> </DockPanel>