mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-20 09:17:11 +02:00
UI: Text in the shader translation slider tooltip
This commit is contained in:
parent
8fd8a776c9
commit
8e4a77aba0
2 changed files with 4 additions and 2 deletions
|
@ -56,7 +56,7 @@
|
|||
</StackPanel>
|
||||
<Slider HorizontalAlignment="Center"
|
||||
Value="{Binding ShaderTranslationDelay}"
|
||||
ToolTip.Tip="{Binding ShaderTranslationDelay}"
|
||||
ToolTip.Tip="{Binding ShaderTranslationDelayTooltipText}"
|
||||
Width="175"
|
||||
Margin="0,-3,0,0"
|
||||
Height="32"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue