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}}}" />