diff options
| author | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2022-05-25 15:14:50 +0300 |
|---|---|---|
| committer | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2022-05-25 15:14:50 +0300 |
| commit | b09ab561dee811bcd8bdf7f0ddc4c3ad4675feb2 (patch) | |
| tree | e21a1db07de808cf373c6e294cb8216680ee44a9 /Software | |
| parent | 9a5dd17b56d9727a03a5311b9488a1fa85e16a25 (diff) | |
| download | Tango-b09ab561dee811bcd8bdf7f0ddc4c3ad4675feb2.tar.gz Tango-b09ab561dee811bcd8bdf7f0ddc4c3ad4675feb2.zip | |
Vector Fine Tuning dialog. Change width of CMYK grid.
Related Work Items: #6579
Diffstat (limited to 'Software')
| -rw-r--r-- | Software/Visual_Studio/PPC/Modules/Tango.PPC.JobsV2/Dialogs/VectorFineTuningDialog.xaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/PPC/Modules/Tango.PPC.JobsV2/Dialogs/VectorFineTuningDialog.xaml b/Software/Visual_Studio/PPC/Modules/Tango.PPC.JobsV2/Dialogs/VectorFineTuningDialog.xaml index af21c5abc..0f3519a5a 100644 --- a/Software/Visual_Studio/PPC/Modules/Tango.PPC.JobsV2/Dialogs/VectorFineTuningDialog.xaml +++ b/Software/Visual_Studio/PPC/Modules/Tango.PPC.JobsV2/Dialogs/VectorFineTuningDialog.xaml @@ -196,7 +196,7 @@ </StackPanel> </UniformGrid> - <UniformGrid Grid.Column="1" x:Name="cmyk_grid" Margin="0 16 0 0" Rows="4" Columns="1" Width="180" HorizontalAlignment="Left" Height=" 100" VerticalAlignment="Top"> + <UniformGrid Grid.Column="1" x:Name="cmyk_grid" Margin="0 16 0 0" Rows="4" Columns="1" HorizontalAlignment="Left" Height=" 100" VerticalAlignment="Top"> <StackPanel Orientation="Horizontal"> <TextBlock FontSize="{StaticResource TangoSmallFontSize}" Width="12" HorizontalAlignment="Center" VerticalAlignment="Center">C</TextBlock> <Rectangle Margin="10 0 0 0" Width="{Binding Cyan, Mode=OneWay}" Height="12" Fill="#00C3FF"/> |
