mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-01-19 06:53:26 +08:00
[FZ Editor] "Save" and "Cancel" buttons are hidden in the grid layout editor (#13337)
Co-authored-by: Jaime Bernardo <jaime@janeasystems.com>
This commit is contained in:
parent
f9bb7ba270
commit
423faf7af1
@ -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">
|
||||
<Grid Height="140">
|
||||
<Grid>
|
||||
<Grid
|
||||
Height="36"
|
||||
Background="{DynamicResource SecondaryBackgroundBrush}"
|
||||
@ -62,7 +61,7 @@
|
||||
<Run Text="{x:Static props:Resources.KeyboardControlsDescription}" />
|
||||
</TextBlock>
|
||||
</StackPanel>
|
||||
<Grid Margin="0,24,0,-4">
|
||||
<Grid Margin="0,24,0,-36">
|
||||
<Grid.ColumnDefinitions>
|
||||
<ColumnDefinition Width="*"/>
|
||||
<ColumnDefinition Width="8"/>
|
||||
|
Loading…
Reference in New Issue
Block a user