From b0e63d0437f1e3ef14b4eccf3624d33afadbcf49 Mon Sep 17 00:00:00 2001 From: Jonas Arnold Date: Thu, 6 Apr 2023 21:27:33 +0200 Subject: [PATCH] added MergedDictionaries in Generic.xaml to split custom controls in seperate xaml files, implemented add button visually in ExtendedTabControl --- .../ExtendedTabControl/ExtendedTabControl.xaml | 9 ++++++--- MultiTerm.Wpf.CustomControl/Themes/Generic.xaml | 12 ++++++++++++ MultiTerm.Wpf/MultiTerm.Wpf.csproj | 1 + MultiTerm.Wpf/View/ShellView.xaml | 15 ++++++++------- 4 files changed, 27 insertions(+), 10 deletions(-) create mode 100644 MultiTerm.Wpf.CustomControl/Themes/Generic.xaml diff --git a/MultiTerm.Wpf.CustomControl/ExtendedTabControl/ExtendedTabControl.xaml b/MultiTerm.Wpf.CustomControl/ExtendedTabControl/ExtendedTabControl.xaml index 174f86a..9659fff 100644 --- a/MultiTerm.Wpf.CustomControl/ExtendedTabControl/ExtendedTabControl.xaml +++ b/MultiTerm.Wpf.CustomControl/ExtendedTabControl/ExtendedTabControl.xaml @@ -1,10 +1,10 @@  - + -