Skip to content

Commit

Permalink
Added QA branch placeholder to main window title
Browse files Browse the repository at this point in the history
  • Loading branch information
AlenPelin committed Dec 17, 2015
1 parent 82c270f commit 7103fe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SIM.Tool.Windows/MainWindow.xaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<r:RibbonWindow WindowStartupLocation="CenterScreen" TextOptions.TextFormattingMode="Display" x:Class="SIM.Tool.Windows.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:r="clr-namespace:Fluent;assembly=Fluent"
Title="SIM {1}" MinWidth="340" Width="340" Height="480" Icon="pack://application:,,,/SIM.Tool.Windows;component/Images/window.ico" ContentRendered="WindowLoaded" Closing="WindowClosing">
Title="SIM {1} {2}" MinWidth="340" Width="340" Height="480" Icon="pack://application:,,,/SIM.Tool.Windows;component/Images/window.ico" ContentRendered="WindowLoaded" Closing="WindowClosing">
<DockPanel>
<r:Ribbon DockPanel.Dock="Top" Name="MainRibbon">
<r:Ribbon.ContextMenu>
Expand Down

0 comments on commit 7103fe5

Please sign in to comment.