From dcfe6169b0b127aaf178a78ac0ecf9a509c00291 Mon Sep 17 00:00:00 2001 From: Lorenz Stechauner Date: Sat, 25 Feb 2023 23:08:18 +0100 Subject: [PATCH] Style MemberListWindow --- WGneu/Windows/MemberListWindow.xaml | 212 +++++++++++++++++++++++----- 1 file changed, 180 insertions(+), 32 deletions(-) diff --git a/WGneu/Windows/MemberListWindow.xaml b/WGneu/Windows/MemberListWindow.xaml index 3a616ca..3071697 100644 --- a/WGneu/Windows/MemberListWindow.xaml +++ b/WGneu/Windows/MemberListWindow.xaml @@ -4,17 +4,15 @@ xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:local="clr-namespace:WGneu.Windows" - xmlns:ui="http://schemas.modernwpf.com/2019" - ui:WindowHelper.UseModernWindowStyle="True" - mc:Ignorable="d" - Title="Mitglieder" Height="600" Width="1200" MinHeight="600" MinWidth="900" + Title="Mitglieder" Height="600" Width="1200" MinHeight="600" MinWidth="1000" Loaded="Window_Loaded"> + + - - - + + @@ -22,7 +20,20 @@ - + + + + + + + + + + + + + + @@ -57,47 +68,184 @@ HorizontalAlignment="Right" VerticalAlignment="Bottom" Margin="0,10,10,10" FontSize="14" Padding="3,3,3,3" Width="100" Height="27" Grid.Column="2"/> - + - - + + + + + + - - - + Margin="0,70,0,0" TextWrapping="NoWrap" VerticalAlignment="Top" FontSize="14" Padding="2" Grid.Column="1"/> + + - - - - - - - + - + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +