Move the tooltip to the correct place

pull/1160/head
Tyrrrz 12 months ago
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…
Cancel
Save