Browse Source

Fix effects window for macOS

Ruben 5 months ago
parent
commit
f24e70ca94
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/PicView.Avalonia.MacOS/Views/EffectsWindow.axaml

+ 0 - 1
src/PicView.Avalonia.MacOS/Views/EffectsWindow.axaml

@@ -40,7 +40,6 @@
             <views:EffectsView
                 Background="{DynamicResource WindowBackgroundColor}"
                 Margin="0,28,0,0"
-                Padding="10,5,5,10"
                 PointerPressed="MoveWindow"
                 x:Name="XEffectsView" />
         </Panel>