diff options
| author | Roy <Roy.mail.net@gmail.com> | 2022-11-24 12:24:12 +0200 |
|---|---|---|
| committer | Roy <Roy.mail.net@gmail.com> | 2022-11-24 12:24:12 +0200 |
| commit | 1217fe6b9fadd5c6f4b989be9d175d5c30fa9d05 (patch) | |
| tree | 1f65e6e0ecbfc710b13df7d719ed4304b1387812 /Software/Visual_Studio/FSE/Tango.FSE.UI | |
| parent | 1933d5fa40cf2b7187b4b81cda9bae27cbd53b31 (diff) | |
| download | Tango-1217fe6b9fadd5c6f4b989be9d175d5c30fa9d05.tar.gz Tango-1217fe6b9fadd5c6f4b989be9d175d5c30fa9d05.zip | |
Twine RSM installer theme & Added Header "RSM".
Diffstat (limited to 'Software/Visual_Studio/FSE/Tango.FSE.UI')
| -rw-r--r-- | Software/Visual_Studio/FSE/Tango.FSE.UI/Views/LayoutView.xaml | 7 |
1 files changed, 6 insertions, 1 deletions
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 a69facafe..ebd56f56d 100644 --- a/Software/Visual_Studio/FSE/Tango.FSE.UI/Views/LayoutView.xaml +++ b/Software/Visual_Studio/FSE/Tango.FSE.UI/Views/LayoutView.xaml @@ -436,7 +436,12 @@ </StackPanel> </Grid> <Grid> - <Image HorizontalAlignment="Center" Source="{StaticResource FSE_Twine_Logo_Colored}" RenderOptions.BitmapScalingMode="Fant" Margin="5 5 5 10"></Image> + <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> + </Grid> </Grid> </DockPanel> </Grid> |
