|
@@ -11,14 +11,15 @@
|
|
|
<Grid.RowDefinitions>
|
|
|
<RowDefinition Height="auto"/>
|
|
|
<RowDefinition Height="*"/>
|
|
|
+ <RowDefinition Height="50"/>
|
|
|
</Grid.RowDefinitions>
|
|
|
<StackPanel Orientation="Horizontal" HorizontalAlignment="Center" Width="800">
|
|
|
<StackPanel Orientation="Horizontal" HorizontalAlignment="Left">
|
|
|
- <TextBlock Text="Пользователь: " FontSize="23" FontFamily="Comic Sans Ms"
|
|
|
+ <TextBlock Text="Статус задачи: " FontSize="23" FontFamily="Comic Sans Ms"
|
|
|
Foreground="#52a8ff" VerticalAlignment="Center"
|
|
|
TextAlignment="Left" Margin="10"/>
|
|
|
<ComboBox Name="ComboExecutor" SelectionChanged="UpdateChart" Style="{DynamicResource ComboBoxStyle1}"
|
|
|
- Width="180" Height="35"/>
|
|
|
+ Width="200" Height="35"/>
|
|
|
</StackPanel>
|
|
|
<Separator Width="20" Background="Transparent"/>
|
|
|
|