diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2025-01-07 16:28:34 +0200 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2025-01-07 16:28:34 +0200 |
| commit | bb0c8b9980307913d83c0304c47b738fdedcdd7b (patch) | |
| tree | 58ce312f42190dd15ae434e92b720f03faf21c2f /Software/Visual_Studio/PPC/Modules | |
| parent | bfc93fd5751f180288b94dbcc9da6ae0025d20cb (diff) | |
| download | Tango-bb0c8b9980307913d83c0304c47b738fdedcdd7b.tar.gz Tango-bb0c8b9980307913d83c0304c47b738fdedcdd7b.zip | |
Fixed some display issue on PPC job progress.
Diffstat (limited to 'Software/Visual_Studio/PPC/Modules')
| -rw-r--r-- | Software/Visual_Studio/PPC/Modules/Tango.PPC.JobsV2/Views/JobProgressView.xaml | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/Software/Visual_Studio/PPC/Modules/Tango.PPC.JobsV2/Views/JobProgressView.xaml b/Software/Visual_Studio/PPC/Modules/Tango.PPC.JobsV2/Views/JobProgressView.xaml index c80abe0e0..27cf5a53c 100644 --- a/Software/Visual_Studio/PPC/Modules/Tango.PPC.JobsV2/Views/JobProgressView.xaml +++ b/Software/Visual_Studio/PPC/Modules/Tango.PPC.JobsV2/Views/JobProgressView.xaml @@ -33,7 +33,7 @@ <DataTemplate> <StackPanel Margin="0 0 10 0" Orientation="Vertical" Width="50" HorizontalAlignment="Left"> <Border Width="50" Height="50" Background="{Binding IdsPack.LiquidType.LiquidTypeBrush}" CornerRadius="16" HorizontalAlignment="Left" > - <TextBlock Margin="0 0 0 0" Style="{StaticResource SliderGreyTextStyle}" Text="{Binding Volume, StringFormat=0.##}" VerticalAlignment="Center"></TextBlock> + <TextBlock Margin="0 0 0 0" Style="{StaticResource SliderGreyTextStyle}" Text="{Binding Volume, StringFormat=0.##}" VerticalAlignment="Center" Foreground="White"></TextBlock> </Border> <TextBlock Margin="0 10 0 0" Text="{Binding IdsPack.LiquidType.ShortName}" FontSize="{StaticResource TangoDefaultFontSize}" HorizontalAlignment="Center"/> </StackPanel> @@ -418,44 +418,44 @@ </UniformGrid> <UniformGrid Columns="7" Rows="1" Margin="0 20 0 0" Width="440" HorizontalAlignment="Left" Visibility="{Binding IsDyeingProcess,Converter={StaticResource BooleanToVisibilityConverter}}"> <StackPanel Orientation="Vertical" Width="50" HorizontalAlignment="Left" > - <Border Width="50" Height="50" Background="Cyan" CornerRadius="16" HorizontalAlignment="Left" VerticalAlignment="Center"> - <TextBlock Margin="0 0 0 0 " HorizontalAlignment="Center" Text="{Binding CyanOutput}" VerticalAlignment="Center"></TextBlock> + <Border Width="50" Height="50" Background="#007FB5" CornerRadius="16" HorizontalAlignment="Left" VerticalAlignment="Center"> + <TextBlock Margin="0 0 0 0 " HorizontalAlignment="Center" Text="{Binding CyanOutput}" VerticalAlignment="Center" Foreground="White"></TextBlock> </Border> <TextBlock Margin="0 10 0 0 " HorizontalAlignment="Center">C</TextBlock> </StackPanel> <StackPanel Orientation="Vertical" Width="50" HorizontalAlignment="Left"> - <Border Width="50" Height="50" Background="LightCyan" CornerRadius="16" HorizontalAlignment="Left"> + <Border Width="50" Height="50" Background="#7ED6F0" CornerRadius="16" HorizontalAlignment="Left"> <TextBlock Margin="0 0 0 0 " HorizontalAlignment="Center" Text="{Binding LightCyanOutput}" VerticalAlignment="Center"></TextBlock> </Border> <TextBlock Margin="0 10 0 0 " HorizontalAlignment="Center">LC</TextBlock> </StackPanel> <StackPanel Orientation="Vertical" Width="50" HorizontalAlignment="Left"> - <Border Width="50" Height="50" Background="Magenta" CornerRadius="16" HorizontalAlignment="Left"> - <TextBlock Margin="0 0 0 0 " HorizontalAlignment="Center" Text="{Binding MagentaOutput}" VerticalAlignment="Center"></TextBlock> + <Border Width="50" Height="50" Background="#CC2667" CornerRadius="16" HorizontalAlignment="Left"> + <TextBlock Margin="0 0 0 0 " HorizontalAlignment="Center" Text="{Binding MagentaOutput}" VerticalAlignment="Center" Foreground="White"></TextBlock> </Border> <TextBlock Margin="0 10 0 0 " HorizontalAlignment="Center">M</TextBlock> </StackPanel> <StackPanel Orientation="Vertical" Width="50" HorizontalAlignment="Left"> - <Border Width="50" Height="50" Background="LightPink" CornerRadius="16" HorizontalAlignment="Left"> + <Border Width="50" Height="50" Background="#FF8CBF" CornerRadius="16" HorizontalAlignment="Left"> <TextBlock Margin="0 0 0 0 " HorizontalAlignment="Center" Text="{Binding LightMagentaOutput}" VerticalAlignment="Center"></TextBlock> </Border> <TextBlock Margin="0 10 0 0 " HorizontalAlignment="Center">LM</TextBlock> </StackPanel> <StackPanel Orientation="Vertical" Width="50" HorizontalAlignment="Left"> - <Border Width="50" Height="50" Background="Yellow" CornerRadius="16" HorizontalAlignment="Left"> - <TextBlock Margin="0 0 0 0 " HorizontalAlignment="Center" Text="{Binding YellowOutput}" VerticalAlignment="Center"></TextBlock> + <Border Width="50" Height="50" Background="#F4D600" CornerRadius="16" HorizontalAlignment="Left"> + <TextBlock Margin="0 0 0 0 " HorizontalAlignment="Center" Text="{Binding YellowOutput}" VerticalAlignment="Center" Foreground="White"></TextBlock> </Border> <TextBlock Margin="0 10 0 0 " HorizontalAlignment="Center">Y</TextBlock> </StackPanel> <StackPanel Orientation="Vertical" Width="50" HorizontalAlignment="Left"> - <Border Width="50" Height="50" Background="LightYellow" CornerRadius="16" HorizontalAlignment="Left"> + <Border Width="50" Height="50" Background="#FFF296" CornerRadius="16" HorizontalAlignment="Left"> <TextBlock Margin="0 0 0 0 " HorizontalAlignment="Center" Text="{Binding LightYellowOutput}" VerticalAlignment="Center"></TextBlock> </Border> <TextBlock Margin="0 10 0 0 " HorizontalAlignment="Center">LY</TextBlock> </StackPanel> <StackPanel Orientation="Vertical" Width="50" HorizontalAlignment="Left"> - <Border Width="50" Height="50" Background="Black" CornerRadius="16" HorizontalAlignment="Left"> + <Border Width="50" Height="50" Background="#474745" CornerRadius="16" HorizontalAlignment="Left"> <TextBlock Margin="0 0 0 0 " HorizontalAlignment="Center" Text="{Binding BlackOutput}" VerticalAlignment="Center" Foreground="{StaticResource TangoLightForegroundBrush}"></TextBlock> </Border> <TextBlock Margin="0 10 0 0 " HorizontalAlignment="Center">K</TextBlock> |
