From 8652a51253a8e347ce624d53f9ff6bab1f19d0a2 Mon Sep 17 00:00:00 2001 From: Marcus Date: Tue, 9 Dec 2025 12:44:48 +0100 Subject: [PATCH] Umzug auf neuen SQL Anpassung Settings "Fenster" --- ZKuP/MainWindow.xaml | 58 +++++++++++++++++++++++------------------ ZKuP/MainWindow.xaml.cs | 2 +- ZKuP/SQL.cs | 2 +- 3 files changed, 34 insertions(+), 28 deletions(-) diff --git a/ZKuP/MainWindow.xaml b/ZKuP/MainWindow.xaml index 8e8ee41..d4fa3e4 100644 --- a/ZKuP/MainWindow.xaml +++ b/ZKuP/MainWindow.xaml @@ -7,15 +7,15 @@ xmlns:local="clr-namespace:ZKuP" xmlns:gif="https://github.com/XamlAnimatedGif/XamlAnimatedGif" xmlns:p="clr-namespace:ZKuP.Properties" - mc:Ignorable="d" + mc:Ignorable="d" - Title="{Binding Version, StringFormat=ZKuP - {0:0}, Mode=OneWay, RelativeSource={RelativeSource Mode=Self}}" - - WindowStartupLocation="CenterScreen" - MinHeight="675" - MinWidth="1680" - Closing="Window_Closing" - PreviewKeyDown="Window_PreviewKeyDown" Loaded="Window_Loaded" ContentRendered="Window_ContentRendered" SizeChanged="Window_SizeChanged" LocationChanged="MetroWindow_LocationChanged" StateChanged="MetroWindow_StateChanged" DpiChanged="MetroWindow_DpiChanged" + Title="{Binding Version, StringFormat=ZKuP - {0:0}, Mode=OneWay, RelativeSource={RelativeSource Mode=Self}}" + WindowStartupLocation="CenterScreen" + MinHeight="675" + MinWidth="1680" + Height="300" + Width="1200" + Closing="Window_Closing" PreviewKeyDown="Window_PreviewKeyDown" Loaded="Window_Loaded" ContentRendered="Window_ContentRendered" SizeChanged="Window_SizeChanged" LocationChanged="MetroWindow_LocationChanged" StateChanged="MetroWindow_StateChanged" DpiChanged="MetroWindow_DpiChanged" > - - + + - + - + - - - + + + -