aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Views
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2020-08-05 18:24:25 +0300
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2020-08-05 18:24:25 +0300
commitf6fe86625120c894db221bac54aeb7bb483da0ad (patch)
tree72469727678d2fed165f2c0939adf29200d30aa5 /Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Views
parent142fe9ecfa594d93feb9ce5ea0df73f468cd2f79 (diff)
parentc246f372617b18255134b2d5495c6809d3e91904 (diff)
downloadTango-f6fe86625120c894db221bac54aeb7bb483da0ad.tar.gz
Tango-f6fe86625120c894db221bac54aeb7bb483da0ad.zip
MERGE
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Views')
-rw-r--r--Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Views/JobView.xaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Views/JobView.xaml b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Views/JobView.xaml
index 35c621822..5b29fd432 100644
--- a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Views/JobView.xaml
+++ b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Views/JobView.xaml
@@ -756,7 +756,7 @@
<StackPanel>
<TextBlock>MEDIA</TextBlock>
<StackPanel Orientation="Horizontal" DockPanel.Dock="Left">
- <ComboBox Width="250" ItemsSource="{Binding Rmls}" SelectedItem="{Binding SelectedRML}" Style="{StaticResource TransparentComboBoxStyle}" HorizontalContentAlignment="Stretch">
+ <controls:SearchComboBox Width="250" ItemsSource="{Binding Rmls}" SelectedItem="{Binding SelectedRML}" HorizontalContentAlignment="Stretch" SearchParam="Name">
<ComboBox.ItemTemplate>
<DataTemplate>
<DockPanel>
@@ -771,7 +771,7 @@
</DockPanel>
</DataTemplate>
</ComboBox.ItemTemplate>
- </ComboBox>
+ </controls:SearchComboBox>
<!--<Button Margin="20 30 0 0" Command="{Binding EditRMLCommand}" HorizontalAlignment="Right" Style="{StaticResource MaterialDesignFlatButton}">
<StackPanel Orientation="Horizontal">