Skip to content

Commit

Permalink
fix pianoroll margin on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
stakira committed Oct 2, 2023
1 parent 8b40dff commit 0ceb7a0
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 @@ -16,7 +16,7 @@
</Window.Styles>
<Grid>
<Border>
<Grid VerticalAlignment="Stretch" HorizontalAlignment="Stretch" Margin="{Binding $parent[1].WindowDecorationMargin}">
<Grid VerticalAlignment="Stretch" HorizontalAlignment="Stretch" Margin="{Binding $parent[2].WindowDecorationMargin}">
<Grid.RowDefinitions>
<RowDefinition Height="24"/>
<RowDefinition Height="24"/>
Expand Down

0 comments on commit 0ceb7a0

Please sign in to comment.