mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-06-27 14:49:05 +00:00
Other quick adjustments.
This commit is contained in:
@@ -73,7 +73,7 @@
|
|||||||
Grid.ColumnSpan="2"
|
Grid.ColumnSpan="2"
|
||||||
HorizontalAlignment="Left"
|
HorizontalAlignment="Left"
|
||||||
Orientation="Horizontal"
|
Orientation="Horizontal"
|
||||||
Margin="0 30 0 0"
|
Margin="0,30,0,0"
|
||||||
Spacing="10">
|
Spacing="10">
|
||||||
<Button
|
<Button
|
||||||
Width="50"
|
Width="50"
|
||||||
@@ -88,7 +88,7 @@
|
|||||||
Grid.ColumnSpan="2"
|
Grid.ColumnSpan="2"
|
||||||
HorizontalAlignment="Right"
|
HorizontalAlignment="Right"
|
||||||
Orientation="Horizontal"
|
Orientation="Horizontal"
|
||||||
Margin="0 30 0 0"
|
Margin="0,30,0,0"
|
||||||
Spacing="10">
|
Spacing="10">
|
||||||
<Button
|
<Button
|
||||||
Name="DeleteButton"
|
Name="DeleteButton"
|
||||||
|
|||||||
@@ -62,7 +62,7 @@
|
|||||||
Grid.Row="3"
|
Grid.Row="3"
|
||||||
Orientation="Horizontal"
|
Orientation="Horizontal"
|
||||||
Spacing="10"
|
Spacing="10"
|
||||||
Margin="0 30 0 0"
|
Margin="0,30,0,0"
|
||||||
HorizontalAlignment="Left">
|
HorizontalAlignment="Left">
|
||||||
<Button
|
<Button
|
||||||
Width="50"
|
Width="50"
|
||||||
@@ -76,7 +76,7 @@
|
|||||||
Grid.Row="3"
|
Grid.Row="3"
|
||||||
Orientation="Horizontal"
|
Orientation="Horizontal"
|
||||||
Spacing="10"
|
Spacing="10"
|
||||||
Margin="0 30 0 0"
|
Margin="0,30,0,0"
|
||||||
HorizontalAlignment="Right">
|
HorizontalAlignment="Right">
|
||||||
<ui:ColorPickerButton
|
<ui:ColorPickerButton
|
||||||
FlyoutPlacement="Top"
|
FlyoutPlacement="Top"
|
||||||
|
|||||||
@@ -77,7 +77,6 @@
|
|||||||
HorizontalAlignment="Stretch"
|
HorizontalAlignment="Stretch"
|
||||||
Text="{Binding Search}"
|
Text="{Binding Search}"
|
||||||
Watermark="{ext:Locale Search}" />
|
Watermark="{ext:Locale Search}" />
|
||||||
|
|
||||||
</Grid>
|
</Grid>
|
||||||
</Grid>
|
</Grid>
|
||||||
<Border
|
<Border
|
||||||
|
|||||||
@@ -12,8 +12,6 @@
|
|||||||
d:DesignHeight="450"
|
d:DesignHeight="450"
|
||||||
MinWidth="500"
|
MinWidth="500"
|
||||||
d:DesignWidth="800"
|
d:DesignWidth="800"
|
||||||
Margin="0"
|
|
||||||
Padding="0"
|
|
||||||
mc:Ignorable="d"
|
mc:Ignorable="d"
|
||||||
Focusable="True"
|
Focusable="True"
|
||||||
x:DataType="viewModels:UserProfileViewModel">
|
x:DataType="viewModels:UserProfileViewModel">
|
||||||
@@ -39,7 +37,7 @@
|
|||||||
</ListBox.ItemsPanel>
|
</ListBox.ItemsPanel>
|
||||||
<ListBox.Styles>
|
<ListBox.Styles>
|
||||||
<Style Selector="ListBoxItem">
|
<Style Selector="ListBoxItem">
|
||||||
<Setter Property="Margin" Value="5 0 0 0" />
|
<Setter Property="Margin" Value="5,0,0,0" />
|
||||||
<Setter Property="CornerRadius" Value="5" />
|
<Setter Property="CornerRadius" Value="5" />
|
||||||
</Style>
|
</Style>
|
||||||
<Style Selector="Rectangle#SelectionIndicator">
|
<Style Selector="Rectangle#SelectionIndicator">
|
||||||
@@ -57,7 +55,7 @@
|
|||||||
HorizontalAlignment="Stretch"
|
HorizontalAlignment="Stretch"
|
||||||
VerticalAlignment="Stretch"
|
VerticalAlignment="Stretch"
|
||||||
ClipToBounds="True"
|
ClipToBounds="True"
|
||||||
CornerRadius="6"
|
CornerRadius="5"
|
||||||
Background="{Binding BackgroundColor}">
|
Background="{Binding BackgroundColor}">
|
||||||
<StackPanel
|
<StackPanel
|
||||||
HorizontalAlignment="Stretch"
|
HorizontalAlignment="Stretch"
|
||||||
|
|||||||
Reference in New Issue
Block a user