From e0dc55a65ed609e429f93fdb578673920302b016 Mon Sep 17 00:00:00 2001 From: Sergey Zhdanov Date: Tue, 26 Dec 2023 14:50:53 +0300 Subject: [PATCH 1/2] Improved styling and resizing options for floating windows --- .../Themes/Generic.xaml | 356 +++++++++--------- 1 file changed, 182 insertions(+), 174 deletions(-) diff --git a/source/Components/AvalonDock.Themes.VS2013/Themes/Generic.xaml b/source/Components/AvalonDock.Themes.VS2013/Themes/Generic.xaml index e62e831c..31add664 100644 --- a/source/Components/AvalonDock.Themes.VS2013/Themes/Generic.xaml +++ b/source/Components/AvalonDock.Themes.VS2013/Themes/Generic.xaml @@ -2079,192 +2079,200 @@ CaptionHeight="21" CornerRadius="0" GlassFrameThickness="0" - ResizeBorderThickness="10" /> + ResizeBorderThickness="5" /> - - - - - - - - - - - - - - - + BorderBrush="{DynamicResource {x:Static reskeys:ResourceKeys.TabBackground}}" + BorderThickness="5"> + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + - - - + + - - + + - - - - - - + Data="{DynamicResource PinClose}" + Fill="{DynamicResource {x:Static reskeys:ResourceKeys.DocumentWellTabButtonSelectedInactiveGlyph}}" + Stretch="Uniform" /> + + + + + + + + From 19b2730a7617c5af07af52617f68532fa50b220d Mon Sep 17 00:00:00 2001 From: xoma-zver Date: Wed, 27 Dec 2023 18:44:10 +0300 Subject: [PATCH 2/2] Update Generic.xaml - add IsHitTestVisible="False" --- source/Components/AvalonDock.Themes.VS2013/Themes/Generic.xaml | 1 + 1 file changed, 1 insertion(+) diff --git a/source/Components/AvalonDock.Themes.VS2013/Themes/Generic.xaml b/source/Components/AvalonDock.Themes.VS2013/Themes/Generic.xaml index 31add664..8a75094d 100644 --- a/source/Components/AvalonDock.Themes.VS2013/Themes/Generic.xaml +++ b/source/Components/AvalonDock.Themes.VS2013/Themes/Generic.xaml @@ -2268,6 +2268,7 @@