diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2024-05-18 20:51:46 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2024-05-18 20:51:46 +0300 |
| commit | f1e5536a6487726e687399d79ae9d38cfb1bbd7d (patch) | |
| tree | 4f59e41096a92adde81f9155d730fdef53963e54 /Software/Visual_Studio/FSE/Tango.FSE.UI | |
| parent | d91db45c47a1d2d1d050fdafe8f4eb44951a883f (diff) | |
| download | Tango-f1e5536a6487726e687399d79ae9d38cfb1bbd7d.tar.gz Tango-f1e5536a6487726e687399d79ae9d38cfb1bbd7d.zip | |
TwineRSM_v2.0.5
Diffstat (limited to 'Software/Visual_Studio/FSE/Tango.FSE.UI')
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> |
