Skip to content

Commit e6f52c7

Browse files
author
Martin Noreke
committed
Adding a Topmost setting to login window.
1 parent ac48a11 commit e6f52c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Rally.RestApi.UiForWpf/LoginWindow.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
33
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
44
Title="LoginControl"
5-
x:ClassModifier="internal"
5+
x:ClassModifier="internal" Topmost="True"
66
Width="450" MinWidth="350" WindowStartupLocation="CenterScreen">
77
<Grid HorizontalAlignment="Stretch" VerticalAlignment="Stretch" x:Name="layoutGrid">
88
<Grid.ColumnDefinitions>

0 commit comments

Comments
 (0)