aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.RML/Views
diff options
context:
space:
mode:
authorVictoria Plitt <Victoria.Plitt@twine-s.com>2021-02-02 17:06:33 +0200
committerVictoria Plitt <Victoria.Plitt@twine-s.com>2021-02-02 17:06:33 +0200
commit0a1203a500d309ff2a2a20e5643d3f85c7c6d3a9 (patch)
treee121faecf859148cbfc66807e8e424da77552f1e /Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.RML/Views
parentf314ea4f4931c1c30105122aa899191c55a2b24d (diff)
downloadTango-0a1203a500d309ff2a2a20e5643d3f85c7c6d3a9.tar.gz
Tango-0a1203a500d309ff2a2a20e5643d3f85c7c6d3a9.zip
Test - set CMYK colors for Catalog ColorSpace. RMLsView -remove text from color hexagon and reduce size.
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.RML/Views')
-rw-r--r--Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.RML/Views/RmlsView.xaml4
1 files changed, 1 insertions, 3 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.RML/Views/RmlsView.xaml b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.RML/Views/RmlsView.xaml
index b60f2fcf5..fd05ee28e 100644
--- a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.RML/Views/RmlsView.xaml
+++ b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.RML/Views/RmlsView.xaml
@@ -107,7 +107,7 @@
</ItemsControl.ItemsPanel>
<ItemsControl.ItemTemplate>
<DataTemplate DataType="{x:Type observables:LiquidTypesRml}">
- <Grid Width="47" Height="40" Margin="10 0 0 0">
+ <Grid Width="35" Height="32" Margin="10 0 0 0">
<shapes:Hexagon StrokeThickness="1" Stroke="Gray">
<shapes:Hexagon.Fill>
<LinearGradientBrush Opacity="0.7" >
@@ -116,8 +116,6 @@
</LinearGradientBrush>
</shapes:Hexagon.Fill>
</shapes:Hexagon>
-
- <TextBlock FontSize="8" Width="40" TextTrimming="CharacterEllipsis" TextAlignment="Center" HorizontalAlignment="Center" VerticalAlignment="Center" Background="Transparent" Foreground="{StaticResource Hexagon.ForegroundBrush}" Text="{Binding LiquidType.Name}" FontStyle="Italic"></TextBlock>
</Grid>
</DataTemplate>
</ItemsControl.ItemTemplate>