diff options
| author | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2022-07-07 15:36:31 +0300 |
|---|---|---|
| committer | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2022-07-07 15:36:31 +0300 |
| commit | 56ca81b4616f11001bd9cb6a1bae5a6d0f2dc855 (patch) | |
| tree | 3f7d950a0a2032f3ea4756a33eee601fce0994fe /Software/Visual_Studio/PPC/Tango.PPC.Common/Controls | |
| parent | bef396de524d16618dc532ac9b797055e3bae883 (diff) | |
| download | Tango-56ca81b4616f11001bd9cb6a1bae5a6d0f2dc855.tar.gz Tango-56ca81b4616f11001bd9cb6a1bae5a6d0f2dc855.zip | |
PPC. Graphics fix.
Related Work Items: #6832, #6833
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/Controls')
| -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 7a8b2908d..4a804447a 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Common/Controls/TwineCatalogControl.xaml +++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/Controls/TwineCatalogControl.xaml @@ -93,7 +93,7 @@ </touch:TouchListBox.ItemTemplate> </touch:TouchListBox>--> - <Grid Grid.Column="1" Margin="10 60 0 20"> + <Grid Grid.Column="1" Margin="30 60 0 20"> <!--<Rectangle Stroke="{StaticResource TangoDividerBrush}" HorizontalAlignment="Left" />--> <Grid> <Grid.ColumnDefinitions> |
