mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-04-25 23:43:33 +00:00
Move the tooltip to the correct place
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user