mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-19 18:16:54 +02:00
UI: localize the button & make it smaller
This commit is contained in:
parent
d9fe0da345
commit
0f18df982f
3 changed files with 52 additions and 7 deletions
|
@ -183,15 +183,15 @@
|
|||
ToolTip.Tip="{ext:Locale TimeTooltip}" />
|
||||
</StackPanel>
|
||||
<StackPanel
|
||||
Margin="250,0,0,10"
|
||||
Margin="350,0,0,10"
|
||||
Orientation="Horizontal">
|
||||
<Button
|
||||
VerticalAlignment="Center"
|
||||
Click="MatchSystemTime_OnClick"
|
||||
Background="{DynamicResource SystemAccentColor}"
|
||||
Width="350"
|
||||
ToolTip.Tip="{ext:Locale TimeTooltip}">
|
||||
<TextBlock Text="Match System Time" />
|
||||
Width="150"
|
||||
ToolTip.Tip="{ext:Locale MatchTimeTooltip}">
|
||||
<TextBlock Text="{ext:Locale SettingsTabSystemSystemTimeMatch}" />
|
||||
</Button>
|
||||
</StackPanel>
|
||||
<Separator />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue