From 6513762adcb98b1ec03968059155f1167add079b Mon Sep 17 00:00:00 2001 From: Daniel Schick Date: Mon, 17 Oct 2022 09:14:03 +0200 Subject: [PATCH] =?UTF-8?q?R=C3=BCckmeldung=20bearbeitet?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ENI2/EditControls/NewDGItemDialog.xaml | 6 +++--- ENI2/EditControls/NewDGItemDialog.xaml.cs | 10 +++++----- misc/db.sqlite | Bin 14135296 -> 14135296 bytes 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ENI2/EditControls/NewDGItemDialog.xaml b/ENI2/EditControls/NewDGItemDialog.xaml index 3fea2060..d58cbee2 100644 --- a/ENI2/EditControls/NewDGItemDialog.xaml +++ b/ENI2/EditControls/NewDGItemDialog.xaml @@ -8,13 +8,13 @@ xmlns:p="clr-namespace:ENI2.Properties" xmlns:xctk="http://schemas.xceed.com/wpf/xaml/toolkit" mc:Ignorable="d" - Title="{x:Static p:Resources.textNewDGItem}" Height="290" Width="600" WindowStyle="SingleBorderWindow" Background="AliceBlue" ResizeMode="CanResize" + Title="{x:Static p:Resources.textNewDGItem}" Height="350" Width="600" WindowStyle="SingleBorderWindow" Background="AliceBlue" ResizeMode="CanResize" Icon="/ENI2;component/Resources/bullet_ball_yellow.ico" Loaded="EditWindowBase_Loaded"> - + @@ -30,7 +30,7 @@