- tweak: Some view change
This commit is contained in:
@@ -65,8 +65,8 @@
|
||||
Classes="ViewSelectButton"
|
||||
Command="{Binding TriggerPaneCommand}"
|
||||
Grid.Row="1"
|
||||
HorizontalAlignment="Left"
|
||||
Padding="15,0,15,0"
|
||||
HorizontalAlignment="Stretch"
|
||||
Padding="5,0,5,0"
|
||||
VerticalAlignment="Stretch">
|
||||
<Label HorizontalAlignment="Center" VerticalAlignment="Center">|||</Label>
|
||||
</Button>
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
|
||||
<Grid
|
||||
ColumnDefinitions="*,2*,40,40"
|
||||
Margin="10"
|
||||
Margin="5,5,5,0"
|
||||
RowDefinitions="40,*">
|
||||
<Border
|
||||
BorderThickness="2,0,0,0"
|
||||
|
||||
@@ -18,9 +18,9 @@
|
||||
|
||||
<Grid
|
||||
ColumnDefinitions="*"
|
||||
Margin="5"
|
||||
Margin="5,0,5,5"
|
||||
RowDefinitions="*,40">
|
||||
<ScrollViewer Margin="0,0,0,10" Padding="0,0,8,0">
|
||||
<ScrollViewer Margin="0,0,0,10" Padding="0,0,10,0" Grid.RowSpan="2">
|
||||
<ItemsControl
|
||||
Background="#00000000"
|
||||
ItemsSource="{Binding ServerInfos}"
|
||||
@@ -33,6 +33,7 @@
|
||||
RowDefinitions="30,*">
|
||||
<Border
|
||||
BorderThickness="2,0,0,0"
|
||||
CornerRadius="10,0,0,0"
|
||||
Grid.Column="0"
|
||||
Grid.Row="0"
|
||||
Padding="10,0,0,0">
|
||||
@@ -42,7 +43,7 @@
|
||||
</Border>
|
||||
<Border
|
||||
BorderThickness="2,0,2,0"
|
||||
CornerRadius="0"
|
||||
CornerRadius="0,10,0,0"
|
||||
Grid.Column="1"
|
||||
Grid.Row="0"
|
||||
Padding="5">
|
||||
@@ -166,10 +167,10 @@
|
||||
</ScrollViewer>
|
||||
|
||||
<Border
|
||||
BorderThickness="2,0,0,0"
|
||||
BorderThickness="2,2,2,0"
|
||||
CornerRadius="10"
|
||||
Grid.Row="1">
|
||||
<Grid ColumnDefinitions="*,40,40" RowDefinitions="*">
|
||||
<Grid ColumnDefinitions="*,40,40" RowDefinitions="*" Margin="5,0,0,0">
|
||||
<TextBox
|
||||
Margin="0"
|
||||
Text="{Binding SearchText}"
|
||||
|
||||
Reference in New Issue
Block a user