From 5c382ffa66179224089e31b9b2b99f7c06d7bef1 Mon Sep 17 00:00:00 2001 From: Meik Date: Thu, 5 Mar 2026 10:35:12 +0100 Subject: [PATCH] Fine-tune window rounding and align announcement/ticket layouts --- MainWindow.xaml | 38 +++++++++++++++++++++++---------- UserControls/Announcements.xaml | 9 ++++---- UserControls/Incidents.xaml | 36 +++++++++++++++---------------- 3 files changed, 50 insertions(+), 33 deletions(-) diff --git a/MainWindow.xaml b/MainWindow.xaml index f6280d4..31daa6e 100644 --- a/MainWindow.xaml +++ b/MainWindow.xaml @@ -4,6 +4,7 @@ xmlns:uctrl="clr-namespace:C4IT_CustomerPanel.UserControls" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" + xmlns:shell="clr-namespace:System.Windows.Shell;assembly=PresentationFramework" Title="Customer Panel" Height="650" Width="500" @@ -244,11 +245,24 @@ + + + - + + + @@ -739,13 +753,15 @@ - - + + + + diff --git a/UserControls/Announcements.xaml b/UserControls/Announcements.xaml index d838a77..eead905 100644 --- a/UserControls/Announcements.xaml +++ b/UserControls/Announcements.xaml @@ -24,7 +24,8 @@ x:FieldModifier="private" Grid.Column="1" Grid.ColumnSpan="2" - Grid.Row="0"> + Grid.Row="0" + Height="560"> - - - - + @@ -69,7 +68,8 @@ + Grid.Row="0" + Height="560"> -