aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.HardwareDesigner/Views
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-11-21 11:27:26 +0200
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-11-21 11:27:26 +0200
commitfc6bdc8ec79ccb6b45b80a8608a6f3d360244fa4 (patch)
tree69aefa066f6cc3e5d74e85041d3479a676674e6d /Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.HardwareDesigner/Views
parenta536bbb725c8e242d0203ca1253da44371b10435 (diff)
downloadTango-fc6bdc8ec79ccb6b45b80a8608a6f3d360244fa4.tar.gz
Tango-fc6bdc8ec79ccb6b45b80a8608a6f3d360244fa4.zip
Added component type name in hardware versions module.
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.HardwareDesigner/Views')
-rw-r--r--Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.HardwareDesigner/Views/MainView.xaml7
1 files changed, 6 insertions, 1 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.HardwareDesigner/Views/MainView.xaml b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.HardwareDesigner/Views/MainView.xaml
index 293b947f0..121e6e45c 100644
--- a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.HardwareDesigner/Views/MainView.xaml
+++ b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.HardwareDesigner/Views/MainView.xaml
@@ -371,7 +371,12 @@
<materialDesign:Card Margin="5,10,5,0" Background="{DynamicResource MaterialDesignBackground}">
<StackPanel>
<Grid>
- <Expander HorizontalAlignment="Stretch" Header="Component Properties" IsExpanded="True">
+ <Expander HorizontalAlignment="Stretch" IsExpanded="True">
+ <Expander.Header>
+ <TextBlock FontSize="18" Foreground="#595959" FontWeight="Bold" FontStyle="Italic">
+ <Run Text="{Binding SelectedHardwareObjectTypeName,Mode=OneWay}"></Run>
+ </TextBlock>
+ </Expander.Header>
<StackPanel>
<editors:ParameterizedEditor ParameterizedObject="{Binding SelectedHardwareObject}" Padding="10">
<editors:ParameterizedEditor.ItemsPanel>