Skip to content

Commit

Permalink
fix: Fix dragging Classic Window
Browse files Browse the repository at this point in the history
  • Loading branch information
BAndysc committed Nov 10, 2024
1 parent c2c2439 commit fa48752
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<AvaloniaVersion>11.2.0</AvaloniaVersion>
<ClassicAvaloniaVersion>11.2.0.3</ClassicAvaloniaVersion>
<ClassicAvaloniaVersion>11.2.0.4</ClassicAvaloniaVersion>
<DockVersion>11.2.0</DockVersion>
</PropertyGroup>
</Project>
1 change: 0 additions & 1 deletion src/Classic.Avalonia.Theme/Styles/Window.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@

<Border Margin="{TemplateBinding OffScreenMargin}">
<DockPanel Name="RootLayout"
Background="{TemplateBinding Background}"
Margin="4"
ClipToBounds="True">

Expand Down

0 comments on commit fa48752

Please sign in to comment.