Skip to content

Commit

Permalink
mac fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
stakira committed Oct 11, 2023
1 parent 0895b44 commit 0eac6f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenUtau/Views/PianoRollWindow.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<StyleInclude Source="/Styles/PianoRollStyles.axaml"/>
</Window.Styles>
<Border Grid.Row="1">
<Grid VerticalAlignment="Stretch" HorizontalAlignment="Stretch" Margin="{Binding $parent[2].WindowDecorationMargin}">
<Grid VerticalAlignment="Stretch" HorizontalAlignment="Stretch" Margin="{Binding $parent[1].WindowDecorationMargin}">
<Grid.RowDefinitions>
<RowDefinition Height="24"/>
<RowDefinition Height="24"/>
Expand Down

0 comments on commit 0eac6f4

Please sign in to comment.