Skip to content

Commit

Permalink
#397 Исправить отступы в профиле и в плейлисте
Browse files Browse the repository at this point in the history
  • Loading branch information
Fooxboy committed Jul 6, 2024
1 parent 24c8094 commit 66f5233
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions MusicX/Views/BoomProfileView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
</wpfui:Card>
</Grid>

<Grid Visibility="{Binding IsLoaded, Converter={StaticResource BooleanToVisibilityConverter}}">
<hc:ScrollViewer IsInertiaEnabled="True">
<Grid Visibility="{Binding IsLoaded, Converter={StaticResource BooleanToVisibilityConverter}}">
<hc:ScrollViewer Padding="0,0,0,0" IsInertiaEnabled="True">

<StackPanel>
<StackPanel Margin="0,0,0,150">
<Grid>
<Rectangle RadiusX="15" RadiusY="15" VerticalAlignment="Center" Margin="0,-500,0,0" Height="900" HorizontalAlignment="Stretch">
<Rectangle.Fill>
Expand Down
4 changes: 2 additions & 2 deletions MusicX/Views/PlaylistView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@

<Grid>
<hc:ScrollViewer x:Name="PlaylistScrollViewer"
Padding="0 0 0 80"
Padding="0 0 0 0"
HorizontalScrollBarVisibility="Disabled"
IsInertiaEnabled="True"
ScrollChanged="PlaylistScrollViewer_ScrollChanged">
<StackPanel x:Name="PlaylistStackPanel">
<StackPanel Margin="0,0,0,80" x:Name="PlaylistStackPanel">
<controls:Card
x:Name="CardPlaylist"
MinHeight="350"
Expand Down

0 comments on commit 66f5233

Please sign in to comment.