From 7833ace553cbf99084055633164e22331596a536 Mon Sep 17 00:00:00 2001 From: Niels Laute Date: Mon, 24 Jan 2022 10:16:45 +0100 Subject: [PATCH] Update MainWindow.xaml (#15708) --- .../fancyzones/editor/FancyZonesEditor/MainWindow.xaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/modules/fancyzones/editor/FancyZonesEditor/MainWindow.xaml b/src/modules/fancyzones/editor/FancyZonesEditor/MainWindow.xaml index 1f1cbb740f..8befc3e875 100644 --- a/src/modules/fancyzones/editor/FancyZonesEditor/MainWindow.xaml +++ b/src/modules/fancyzones/editor/FancyZonesEditor/MainWindow.xaml @@ -120,10 +120,9 @@ - + Margin="16,12,16,16"> @@ -134,7 +133,7 @@ Text="{Binding Name}" FontSize="15" FontWeight="SemiBold" - Margin="0,-4,24,0" + Margin="0,0,24,0" ToolTip="{Binding Name}" Foreground="{Binding (TextElement.Foreground), RelativeSource={RelativeSource FindAncestor, AncestorType={x:Type ContentPresenter}}}" />