We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0895b44 commit 0eac6f4Copy full SHA for 0eac6f4
OpenUtau/Views/PianoRollWindow.axaml
@@ -15,7 +15,7 @@
15
<StyleInclude Source="/Styles/PianoRollStyles.axaml"/>
16
</Window.Styles>
17
<Border Grid.Row="1">
18
- <Grid VerticalAlignment="Stretch" HorizontalAlignment="Stretch" Margin="{Binding $parent[2].WindowDecorationMargin}">
+ <Grid VerticalAlignment="Stretch" HorizontalAlignment="Stretch" Margin="{Binding $parent[1].WindowDecorationMargin}">
19
<Grid.RowDefinitions>
20
<RowDefinition Height="24"/>
21
0 commit comments