aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.Common/Controls
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2019-05-14 14:56:21 +0300
committerRoy Ben-Shabat <Roy@Twine-s.com>2019-05-14 14:56:21 +0300
commit33b7badb8903408d72c3ec42d3198c5e4cef8fc1 (patch)
tree937e1afe13b0f7e0e43117fbe5a13533fb3ec75e /Software/Visual_Studio/PPC/Tango.PPC.Common/Controls
parent9aca4b69b22a08d01b12e358eb198f3fbe92ff2a (diff)
downloadTango-33b7badb8903408d72c3ec42d3198c5e4cef8fc1.tar.gz
Tango-33b7badb8903408d72c3ec42d3198c5e4cef8fc1.zip
TCC mobile design improvement.
Added keep alive work around for job parsing. New catalog handling per RML on PPC.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/Controls')
-rw-r--r--Software/Visual_Studio/PPC/Tango.PPC.Common/Controls/TwineCatalogControl.xaml2
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 db6920c80..93af8965a 100644
--- a/Software/Visual_Studio/PPC/Tango.PPC.Common/Controls/TwineCatalogControl.xaml
+++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/Controls/TwineCatalogControl.xaml
@@ -27,7 +27,7 @@
<DataTemplate>
<StackPanel Margin="0 0 10 0">
<TextBlock HorizontalAlignment="Center" Text="{Binding Name,IsAsync=True}" FontSize="{StaticResource TangoTitleFontSize}"></TextBlock>
- <touch:TouchStaticListBox ItemsSource="{Binding Items,IsAsync=True}" SelectedItem="{Binding RelativeSource={RelativeSource AncestorType=UserControl},Path=SelectedItem,Mode=TwoWay}" Margin="0 20 0 40">
+ <touch:TouchStaticListBox ItemsSource="{Binding Items}" SelectedItem="{Binding RelativeSource={RelativeSource AncestorType=UserControl},Path=SelectedItem,Mode=TwoWay}" Margin="0 20 0 40">
<touch:TouchStaticListBox.ItemsPanel>
<ItemsPanelTemplate>
<WrapPanel Orientation="Horizontal" />