Skip to content

Commit

Permalink
[FZEditor] Grid layout resizers fixes (#4095)
Browse files Browse the repository at this point in the history
* Swap resizers on drag
* Update resizers on split if existing split is used
* Fix accuracy error
* Zone ids are ordered
* Cancel merge on other actions
* Split if one of the snapped splitters is dragged
  • Loading branch information
SeraphimaZykova committed Jul 16, 2020
1 parent 5a59051 commit 2282e72
Show file tree
Hide file tree
Showing 9 changed files with 1,808 additions and 438 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@
<SubType>Designer</SubType>
</ApplicationDefinition>
<Compile Include="DashCaseNamingPolicy.cs" />
<Compile Include="GridData.cs" />
<Compile Include="GridDragHandles.cs" />
<Compile Include="StringUtils.cs" />
<Compile Include="Converters\BooleanToBrushConverter.xaml.cs" />
<Compile Include="Converters\BooleanToIntConverter.xaml.cs" />
Expand Down

0 comments on commit 2282e72

Please sign in to comment.