aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/FSE/Tango.FSE.UI
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2024-05-18 20:51:46 +0300
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2024-05-18 20:51:46 +0300
commitf1e5536a6487726e687399d79ae9d38cfb1bbd7d (patch)
tree4f59e41096a92adde81f9155d730fdef53963e54 /Software/Visual_Studio/FSE/Tango.FSE.UI
parentd91db45c47a1d2d1d050fdafe8f4eb44951a883f (diff)
downloadTango-f1e5536a6487726e687399d79ae9d38cfb1bbd7d.tar.gz
Tango-f1e5536a6487726e687399d79ae9d38cfb1bbd7d.zip
TwineRSM_v2.0.5
Diffstat (limited to 'Software/Visual_Studio/FSE/Tango.FSE.UI')
-rw-r--r--Software/Visual_Studio/FSE/Tango.FSE.UI/Build/DefaultBuildProvider.cs2
-rw-r--r--Software/Visual_Studio/FSE/Tango.FSE.UI/Properties/AssemblyInfo.cs2
-rw-r--r--Software/Visual_Studio/FSE/Tango.FSE.UI/Views/LayoutView.xaml4
3 files changed, 4 insertions, 4 deletions
diff --git a/Software/Visual_Studio/FSE/Tango.FSE.UI/Build/DefaultBuildProvider.cs b/Software/Visual_Studio/FSE/Tango.FSE.UI/Build/DefaultBuildProvider.cs
index 9793e3c76..e99d6e723 100644
--- a/Software/Visual_Studio/FSE/Tango.FSE.UI/Build/DefaultBuildProvider.cs
+++ b/Software/Visual_Studio/FSE/Tango.FSE.UI/Build/DefaultBuildProvider.cs
@@ -23,7 +23,7 @@ namespace Tango.FSE.UI.Build
#if TS
CurrentBuild = BuildVariants.TwineRSM;
- BuildName = "Twine RSM";
+ BuildName = "Twine Studio";
#endif
}
}
diff --git a/Software/Visual_Studio/FSE/Tango.FSE.UI/Properties/AssemblyInfo.cs b/Software/Visual_Studio/FSE/Tango.FSE.UI/Properties/AssemblyInfo.cs
index 3cec668ff..9da4124e6 100644
--- a/Software/Visual_Studio/FSE/Tango.FSE.UI/Properties/AssemblyInfo.cs
+++ b/Software/Visual_Studio/FSE/Tango.FSE.UI/Properties/AssemblyInfo.cs
@@ -8,4 +8,4 @@ using System.Windows;
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Tango FSE")]
-[assembly: AssemblyVersion("2.0.3.0")]
+[assembly: AssemblyVersion("2.0.5.0")]
diff --git a/Software/Visual_Studio/FSE/Tango.FSE.UI/Views/LayoutView.xaml b/Software/Visual_Studio/FSE/Tango.FSE.UI/Views/LayoutView.xaml
index e1cc8225f..b8daaa3f8 100644
--- a/Software/Visual_Studio/FSE/Tango.FSE.UI/Views/LayoutView.xaml
+++ b/Software/Visual_Studio/FSE/Tango.FSE.UI/Views/LayoutView.xaml
@@ -457,8 +457,8 @@
<Grid>
<Grid HorizontalAlignment="Center" >
<Image Source="{StaticResource FSE_Twine_Logo_Colored}" RenderOptions.BitmapScalingMode="Fant" Margin="5 5 5 10"></Image>
- <TextBlock Visibility="{Binding BuildProvider.IsTwineRSM,Converter={StaticResource BooleanToVisibilityConverter}}" HorizontalAlignment="Right" VerticalAlignment="Bottom" Margin="0 0 -24 4" FontFamily="{StaticResource hand}" FontWeight="Bold" FontSize="20">
- <Run Foreground="#00BEFF">R</Run><Run Foreground="Magenta">S</Run><Run Foreground="Yellow">M</Run>
+ <TextBlock Visibility="{Binding BuildProvider.IsTwineRSM,Converter={StaticResource BooleanToVisibilityConverter}}" HorizontalAlignment="Right" VerticalAlignment="Bottom" Margin="0 0 -34 4" FontFamily="{StaticResource hand}" FontWeight="Bold" FontSize="20">
+ <Run Foreground="#E9E9E9">Studio</Run>
</TextBlock>
</Grid>
</Grid>