mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-02-14 07:43:31 -07:00
Move the tooltip to the correct place
This commit is contained in:
parent
50b26c557f
commit
6508455f3a
|
|
@ -292,14 +292,16 @@
|
||||||
</Grid>
|
</Grid>
|
||||||
|
|
||||||
<!-- Assets path -->
|
<!-- Assets path -->
|
||||||
<Grid Margin="16,8" IsEnabled="{Binding ShouldDownloadAssets}">
|
<Grid
|
||||||
|
Margin="16,8"
|
||||||
|
IsEnabled="{Binding ShouldDownloadAssets}"
|
||||||
|
ToolTip="Download assets to this directory. If not specified, the asset directory path will be derived from the output path.">
|
||||||
<TextBox
|
<TextBox
|
||||||
Padding="16,16,42,16"
|
Padding="16,16,42,16"
|
||||||
materialDesign:HintAssist.Hint="Assets directory path"
|
materialDesign:HintAssist.Hint="Assets directory path"
|
||||||
materialDesign:HintAssist.IsFloating="True"
|
materialDesign:HintAssist.IsFloating="True"
|
||||||
Style="{DynamicResource MaterialDesignOutlinedTextBox}"
|
Style="{DynamicResource MaterialDesignOutlinedTextBox}"
|
||||||
Text="{Binding AssetsDirPath}"
|
Text="{Binding AssetsDirPath}" />
|
||||||
ToolTip="Download assets to this directory. If not specified, the asset directory path will be derived from the output path." />
|
|
||||||
<Button
|
<Button
|
||||||
Width="24"
|
Width="24"
|
||||||
Height="24"
|
Height="24"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue