- add: ContentView think
This commit is contained in:
@@ -15,7 +15,10 @@
|
||||
<viewModels:ServerListViewModel />
|
||||
</Design.DataContext>
|
||||
|
||||
<Grid ColumnDefinitions="*" RowDefinitions="*,40" Margin="15">
|
||||
<Grid
|
||||
ColumnDefinitions="*"
|
||||
Margin="5"
|
||||
RowDefinitions="*,40">
|
||||
<ScrollViewer Margin="0,0,0,10" Padding="0,0,8,0">
|
||||
<ItemsControl
|
||||
Background="#00000000"
|
||||
@@ -122,29 +125,32 @@
|
||||
<Panel Grid.Column="1" Grid.Row="1">
|
||||
<Button
|
||||
Command="{Binding RunInstance}"
|
||||
IsVisible="{Binding RunVisible}"
|
||||
HorizontalAlignment="Stretch"
|
||||
CornerRadius="10,0,10,10"
|
||||
HorizontalAlignment="Stretch"
|
||||
IsVisible="{Binding RunVisible}"
|
||||
VerticalAlignment="Stretch">
|
||||
<Label HorizontalAlignment="Center" VerticalAlignment="Center">
|
||||
Play
|
||||
</Label>
|
||||
</Button>
|
||||
<Grid Grid.ColumnDefinitions="*,*" IsVisible="{Binding !RunVisible}">
|
||||
<Button Command="{Binding ReadLog}"
|
||||
CornerRadius="10,0,0,10"
|
||||
Margin="0,0,1,0"
|
||||
VerticalAlignment="Stretch"
|
||||
HorizontalAlignment="Stretch">
|
||||
<Button
|
||||
Command="{Binding ReadLog}"
|
||||
CornerRadius="10,0,0,10"
|
||||
HorizontalAlignment="Stretch"
|
||||
Margin="0,0,1,0"
|
||||
VerticalAlignment="Stretch">
|
||||
<Label HorizontalAlignment="Center" VerticalAlignment="Center">
|
||||
Log
|
||||
</Label>
|
||||
</Button>
|
||||
<Button Grid.Column="1" HorizontalAlignment="Stretch"
|
||||
CornerRadius="0,0,10,0"
|
||||
Margin="1,0,0,0"
|
||||
VerticalAlignment="Stretch"
|
||||
Command="{Binding StopInstance}">
|
||||
<Button
|
||||
Command="{Binding StopInstance}"
|
||||
CornerRadius="0,0,10,0"
|
||||
Grid.Column="1"
|
||||
HorizontalAlignment="Stretch"
|
||||
Margin="1,0,0,0"
|
||||
VerticalAlignment="Stretch">
|
||||
<Label HorizontalAlignment="Center" VerticalAlignment="Center">
|
||||
Stop
|
||||
</Label>
|
||||
|
||||
Reference in New Issue
Block a user