mirror of
https://github.com/greenshot/greenshot
synced 2025-08-22 14:24:43 -07:00
Merge pull request #162 from moshekaplan/patch-1
Add a tooltip for file output path selection
This commit is contained in:
commit
da543c7338
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
|
||||
<DockPanel LastChildFill="True">
|
||||
<Label Content="{Binding GreenshotLanguage.SettingsOutput}" Width="100" />
|
||||
<Button Content="..." Name="SelectOutputPath" />
|
||||
<Button Content="..." Name="SelectOutputPath" ToolTip="{Binding GreenshotLanguage.SettingsOutput}"/>
|
||||
<TextBox Text="{Binding FileConfiguration.OutputFilePath}"/>
|
||||
</DockPanel>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue