Skip to content

Commit

Permalink
Merge pull request #793 from maiko3tattun/0728_PianorollIcon
Browse files Browse the repository at this point in the history
Fix the scale of icon in pianoroll window
  • Loading branch information
stakira authored Jul 30, 2023
2 parents 3be01b8 + e9e7be0 commit b0e41dc
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 @@ -35,7 +35,7 @@
<Rectangle HorizontalAlignment="Left" VerticalAlignment="Stretch" Width="12" Fill="{Binding NotesViewModel.TrackAccentColor}"/>
<Border Margin="12,0,0,0" Width="48" Height="48" ClipToBounds="True">
<Image HorizontalAlignment="Center" VerticalAlignment="Center"
Width="50" Height="50" Stretch="None" Source="{Binding NotesViewModel.Avatar}"/>
Width="50" Height="50" Stretch="UniformToFill" Source="{Binding NotesViewModel.Avatar}"/>
</Border>
</Grid>
<ScrollBar Name="HScrollBar" Classes="music" Grid.Row="0" Grid.Column="1" HorizontalAlignment="Stretch" VerticalAlignment="Stretch"
Expand Down

0 comments on commit b0e41dc

Please sign in to comment.