From 423faf7af1baaaf9dda69df17812dbd0490841b1 Mon Sep 17 00:00:00 2001 From: Seraphima Zykova Date: Wed, 22 Sep 2021 16:38:46 +0300 Subject: [PATCH] [FZ Editor] "Save" and "Cancel" buttons are hidden in the grid layout editor (#13337) Co-authored-by: Jaime Bernardo --- .../editor/FancyZonesEditor/GridEditorWindow.xaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/modules/fancyzones/editor/FancyZonesEditor/GridEditorWindow.xaml b/src/modules/fancyzones/editor/FancyZonesEditor/GridEditorWindow.xaml index dbb348beda..4d603b163f 100644 --- a/src/modules/fancyzones/editor/FancyZonesEditor/GridEditorWindow.xaml +++ b/src/modules/fancyzones/editor/FancyZonesEditor/GridEditorWindow.xaml @@ -8,19 +8,18 @@ xmlns:props="clr-namespace:FancyZonesEditor.Properties" mc:Ignorable="d" Title="" - Height="176" MinWidth="360" BorderThickness="0" xmlns:ui="http://schemas.modernwpf.com/2019" ui:WindowHelper.UseModernWindowStyle="True" ui:TitleBar.IsIconVisible="False" - SizeToContent="Width" + SizeToContent="WidthAndHeight" Background="{DynamicResource PrimaryBackgroundBrush}" ResizeMode="NoResize" WindowStartupLocation="CenterOwner" ContentRendered="EditorWindow_ContentRendered" Closed="OnClosed"> - + - +