From 967ecf30e87aa526c9f56e8b164065797c4916ac Mon Sep 17 00:00:00 2001 From: "NBTEMP\\bib" Date: Sun, 30 Aug 2026 12:08:41 +0200 Subject: [PATCH] =?UTF-8?q?Design=20vom=20Login=20ge=C3=A4ndert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Casino/App.xaml | 2 +- Casino/Login.xaml | 28 ++++++++++++++++++++++------ Casino/Login.xaml.cs | 5 +++++ 3 files changed, 28 insertions(+), 7 deletions(-) diff --git a/Casino/App.xaml b/Casino/App.xaml index 89b943a..04c62f3 100644 --- a/Casino/App.xaml +++ b/Casino/App.xaml @@ -2,7 +2,7 @@ xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:local="clr-namespace:Casino" - StartupUri="MainWindow.xaml"> + StartupUri="Login.xaml"> diff --git a/Casino/Login.xaml b/Casino/Login.xaml index b28976b..ffe9269 100644 --- a/Casino/Login.xaml +++ b/Casino/Login.xaml @@ -5,7 +5,20 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:local="clr-namespace:Casino" mc:Ignorable="d" - Title="Login" Height="450" Width="300"> + Title="Login" Height="450" Width="300" + WindowStyle="None" + ResizeMode="NoResize" + WindowStartupLocation="CenterScreen" + Background="Transparent" + AllowsTransparency="True" + MouseDown="Window_MouseDown"> + + + + @@ -13,13 +26,16 @@ -