Skip to content

Commit

Permalink
Improved asset ordering tool tip
Browse files Browse the repository at this point in the history
  • Loading branch information
Piranha91 committed Jan 24, 2023
1 parent ded8f1e commit 910d989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SynthEBD/Settings/Settings_TexMesh/UC_SettingsTexMesh.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
</ItemsControl>
</Expander>

<TextBlock Grid.Row="14" Grid.Column="0" VerticalAlignment="Center" ToolTip="The order in which asset config files and body shapes are to be assigned" ToolTipService.IsEnabled="{Binding Source={x:Static local:TooltipController.Instance}, Path=DisplayToolTips}">Distribution Order</TextBlock>
<TextBlock Grid.Row="14" Grid.Column="0" VerticalAlignment="Center" ToolTip="The order in which asset config files and body shapes are to be assigned (Drag and drop to rearrange)" ToolTipService.IsEnabled="{Binding Source={x:Static local:TooltipController.Instance}, Path=DisplayToolTips}">Distribution Order</TextBlock>
<Expander Grid.Row="14" Grid.Column="1" >
<local:UC_AssetOrderingMenu DataContext="{Binding AssetOrderingMenu}"/>
</Expander>
Expand Down

0 comments on commit 910d989

Please sign in to comment.