diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-04-17 18:47:20 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-04-17 18:47:20 +0300 |
| commit | aba62e86fcc78e71bdcb263abda735e844e86240 (patch) | |
| tree | edf8d5f2480e65be3981aaf76796658ae282ebb4 /Software/Visual_Studio/PPC/Tango.PPC.Common | |
| parent | ca2d16fcff8b8776acee40ad6ee287e8293e8299 (diff) | |
| download | Tango-aba62e86fcc78e71bdcb263abda735e844e86240.tar.gz Tango-aba62e86fcc78e71bdcb263abda735e844e86240.zip | |
Fixed a few issues with PPC events and memory leak.
Changed color space PANTON to Coats.
Modified JobProgressBarItem in PPC to display the proper duration.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.Common/Controls/TwineCatalogControl.xaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/Controls/TwineCatalogControl.xaml b/Software/Visual_Studio/PPC/Tango.PPC.Common/Controls/TwineCatalogControl.xaml index fe483420a..897810c99 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Common/Controls/TwineCatalogControl.xaml +++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/Controls/TwineCatalogControl.xaml @@ -66,7 +66,7 @@ </touch:TouchStaticListBox.ItemContainerStyle> <touch:TouchStaticListBox.ItemTemplate> <DataTemplate> - <StackPanel Margin="10"> + <StackPanel Margin="10" Width="70"> <Ellipse Width="60" Height="60" Fill="{Binding Brush}" /> <TextBlock Margin="0 5 0 0" HorizontalAlignment="Center" Text="{Binding Name}"></TextBlock> </StackPanel> |
