Reverting more new stuff...
This commit is contained in:
parent
6533270499
commit
f257481cdb
@ -108,7 +108,7 @@
|
|||||||
<Button
|
<Button
|
||||||
Name="SaveButton"
|
Name="SaveButton"
|
||||||
Click="SaveButton_Click">
|
Click="SaveButton_Click">
|
||||||
<TextBlock Text="{ext:Locale UserProfilesSetProfileImage}" />
|
<TextBlock Text="{ext:Locale Save}" />
|
||||||
</Button>
|
</Button>
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
</Grid>
|
</Grid>
|
||||||
|
|||||||
@ -22,7 +22,6 @@
|
|||||||
<Grid Margin="10" RowDefinitions="Auto,*,Auto">
|
<Grid Margin="10" RowDefinitions="Auto,*,Auto">
|
||||||
<Grid
|
<Grid
|
||||||
Grid.Row="0"
|
Grid.Row="0"
|
||||||
Margin="0,0,0,5"
|
|
||||||
HorizontalAlignment="Stretch" ColumnDefinitions="Auto,*">
|
HorizontalAlignment="Stretch" ColumnDefinitions="Auto,*">
|
||||||
<StackPanel
|
<StackPanel
|
||||||
Margin="0,0,0,10"
|
Margin="0,0,0,10"
|
||||||
@ -60,9 +59,9 @@
|
|||||||
<Grid
|
<Grid
|
||||||
Grid.Column="1"
|
Grid.Column="1"
|
||||||
HorizontalAlignment="Stretch"
|
HorizontalAlignment="Stretch"
|
||||||
Margin="10,0,0,0" ColumnDefinitions="Auto,*">
|
Margin="20,0,0,10" ColumnDefinitions="Auto,*">
|
||||||
<TextBox
|
<TextBox
|
||||||
Margin="10,0,0,0"
|
Margin="5,0,0,0"
|
||||||
Grid.Column="1"
|
Grid.Column="1"
|
||||||
HorizontalAlignment="Stretch"
|
HorizontalAlignment="Stretch"
|
||||||
Text="{Binding Search}"
|
Text="{Binding Search}"
|
||||||
@ -71,7 +70,7 @@
|
|||||||
</Grid>
|
</Grid>
|
||||||
<Border
|
<Border
|
||||||
Grid.Row="1"
|
Grid.Row="1"
|
||||||
Margin="0,5"
|
Padding="2.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="5" />
|
<Setter Property="Margin" Value="0" />
|
||||||
<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 24 0 0"
|
Margin="0,30,0,0"
|
||||||
Orientation="Horizontal">
|
Orientation="Horizontal">
|
||||||
<Button
|
<Button
|
||||||
Width="50"
|
Width="50"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user