remove Topmost="True" and add Gremlin.ico

pull/1/head
Sascha Woitschetzki 2021-05-28 10:34:04 +07:00
parent 7506c1d33f
commit ba0913a2e9
8 changed files with 4 additions and 2 deletions

@ -7,7 +7,6 @@
Title="ChooseDB" Height="309" Width="600"
WindowStyle="None"
ResizeMode="NoResize"
Topmost="True"
WindowStartupLocation="CenterScreen"
SizeToContent="Height"
ShowInTaskbar="False">

@ -7,6 +7,7 @@
Title="Gremlin Login" Height="130" Width="350"
WindowStyle="None"
ResizeMode="NoResize"
SizeToContent="Height"
WindowStartupLocation="CenterScreen">
<Grid>
<Grid.RowDefinitions>

@ -27,8 +27,8 @@ namespace Gremlin.GUI
_ = MessageBox.Show("Login Name oder Passwort falsch!", "Login failed!", MessageBoxButton.OK, MessageBoxImage.Error);
}
MainWindow mainWindow = new();
mainWindow.Show();
Close();
mainWindow.Show();
}
}
}

@ -6,6 +6,7 @@
mc:Ignorable="d"
Title="Gremlin" Height="850" Width="1200"
ResizeMode="NoResize"
WindowStyle="SingleBorderWindow"
WindowStartupLocation="CenterScreen" >
<Grid Width="1189">
<Grid.RowDefinitions>

@ -10,6 +10,7 @@
<RepositoryUrl>https://github.com/Basimodo/Gremlin</RepositoryUrl>
<RepositoryType>GitHub</RepositoryType>
<Copyright>2021</Copyright>
<ApplicationIcon>gremlin.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB