From 48ae3a5a8f828aafb2fc9bae021aced0c9fe6415 Mon Sep 17 00:00:00 2001 From: Meik Date: Thu, 5 Mar 2026 11:58:22 +0100 Subject: [PATCH] Enlarge config dialog and refine layout without scrolling --- forms/configInfo.xaml | 60 +++++++++++++++++++++++++------------------ 1 file changed, 35 insertions(+), 25 deletions(-) diff --git a/forms/configInfo.xaml b/forms/configInfo.xaml index a87ecba..35f8b05 100644 --- a/forms/configInfo.xaml +++ b/forms/configInfo.xaml @@ -7,11 +7,13 @@ mc:Ignorable="d" WindowStartupLocation="CenterScreen" Title="Konfiguration © Copyright" - Height="410" - Width="760" - MinHeight="410" - MinWidth="760" + Height="540" + Width="840" + MinHeight="540" + MinWidth="840" ResizeMode="NoResize" + UseLayoutRounding="True" + SnapsToDevicePixels="True" Background="{DynamicResource backgroundColor}" Icon="/Customer Panel;component/Resources/icons/logo_CustomerPanel.ico"> @@ -22,7 +24,9 @@ + Value="Medium" /> + @@ -31,13 +35,13 @@ + Value="{DynamicResource inputBorderColor}" /> + Value="12,9" /> - - + - + - + - + @@ -125,19 +132,20 @@ FontWeight="Bold" /> - + @@ -148,7 +156,7 @@ - + @@ -200,10 +208,10 @@ + Padding="12,8"> @@ -226,6 +234,8 @@