|
@@ -7,7 +7,7 @@
|
|
|
Title="Exam Database TestViewer" Height="450" Width="800" WindowStartupLocation="CenterScreen" WindowState="Maximized">
|
|
|
<Grid>
|
|
|
<Grid.ColumnDefinitions>
|
|
|
- <ColumnDefinition Width="240"/>
|
|
|
+ <ColumnDefinition Width="480"/>
|
|
|
<ColumnDefinition Width="*"/>
|
|
|
</Grid.ColumnDefinitions>
|
|
|
<Grid Grid.Column="0">
|
|
@@ -16,7 +16,7 @@
|
|
|
<RowDefinition Height="*"/>
|
|
|
<RowDefinition Height="32"/>
|
|
|
</Grid.RowDefinitions>
|
|
|
- <ComboBox Grid.Row="0" x:Name="BatchTaskList"/>
|
|
|
+ <ComboBox Grid.Row="0" x:Name="BatchTaskList" VerticalContentAlignment="Center"/>
|
|
|
<ListBox Grid.Row="1" x:Name="ExamList"/>
|
|
|
<UniformGrid Grid.Row="2" Columns="3">
|
|
|
<Button Margin="2" Content="<" Click="OnPreviousPageClick"/>
|