mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-06-29 15:49:04 +00:00
Fixing...
This commit is contained in:
@@ -19,13 +19,12 @@
|
|||||||
<Design.DataContext>
|
<Design.DataContext>
|
||||||
<viewModels:UserSaveManagerViewModel />
|
<viewModels:UserSaveManagerViewModel />
|
||||||
</Design.DataContext>
|
</Design.DataContext>
|
||||||
<Grid Margin="10" RowDefinitions="Auto,*,Auto">
|
<Grid RowDefinitions="Auto,*,Auto">
|
||||||
<Grid
|
<Grid
|
||||||
Grid.Row="0"
|
Grid.Row="0"
|
||||||
Margin="0,0,0,5"
|
Margin="0,0,0,5"
|
||||||
HorizontalAlignment="Stretch" ColumnDefinitions="Auto,*">
|
HorizontalAlignment="Stretch" ColumnDefinitions="Auto,*">
|
||||||
<StackPanel
|
<StackPanel
|
||||||
Margin="0,0,0,10"
|
|
||||||
Spacing="10"
|
Spacing="10"
|
||||||
Orientation="Horizontal"
|
Orientation="Horizontal"
|
||||||
HorizontalAlignment="Left"
|
HorizontalAlignment="Left"
|
||||||
@@ -60,7 +59,7 @@
|
|||||||
<Grid
|
<Grid
|
||||||
Grid.Column="1"
|
Grid.Column="1"
|
||||||
HorizontalAlignment="Stretch"
|
HorizontalAlignment="Stretch"
|
||||||
Margin="20,0,0,10" ColumnDefinitions="Auto,*">
|
Margin="10,0, 0, 0" ColumnDefinitions="Auto,*">
|
||||||
<TextBlock Text="{ext:Locale Search}" VerticalAlignment="Center" />
|
<TextBlock Text="{ext:Locale Search}" VerticalAlignment="Center" />
|
||||||
<TextBox
|
<TextBox
|
||||||
Margin="10,0,0,0"
|
Margin="10,0,0,0"
|
||||||
@@ -71,7 +70,7 @@
|
|||||||
</Grid>
|
</Grid>
|
||||||
<Border
|
<Border
|
||||||
Grid.Row="1"
|
Grid.Row="1"
|
||||||
Padding="2.5"
|
Margin="0,5"
|
||||||
BorderThickness="1"
|
BorderThickness="1"
|
||||||
BorderBrush="{DynamicResource AppListHoverBackgroundColor}"
|
BorderBrush="{DynamicResource AppListHoverBackgroundColor}"
|
||||||
CornerRadius="5"
|
CornerRadius="5"
|
||||||
@@ -85,7 +84,7 @@
|
|||||||
<ListBox.Styles>
|
<ListBox.Styles>
|
||||||
<Style Selector="ListBoxItem">
|
<Style Selector="ListBoxItem">
|
||||||
<Setter Property="Padding" Value="10" />
|
<Setter Property="Padding" Value="10" />
|
||||||
<Setter Property="Margin" Value="0" />
|
<Setter Property="Margin" Value="5" />
|
||||||
<Setter Property="CornerRadius" Value="4" />
|
<Setter Property="CornerRadius" Value="4" />
|
||||||
</Style>
|
</Style>
|
||||||
<Style Selector="ListBoxItem:selected /template/ Rectangle#SelectionIndicator">
|
<Style Selector="ListBoxItem:selected /template/ Rectangle#SelectionIndicator">
|
||||||
@@ -169,7 +168,7 @@
|
|||||||
</Border>
|
</Border>
|
||||||
<StackPanel
|
<StackPanel
|
||||||
Grid.Row="2"
|
Grid.Row="2"
|
||||||
Margin="0,30,0,0"
|
Margin="0 24 0 0"
|
||||||
Orientation="Horizontal">
|
Orientation="Horizontal">
|
||||||
<Button
|
<Button
|
||||||
Width="50"
|
Width="50"
|
||||||
|
|||||||
Reference in New Issue
Block a user