Skip to content

Commit

Permalink
Commented out the sidepanel button
Browse files Browse the repository at this point in the history
  • Loading branch information
Kieran Bond committed Nov 20, 2019
1 parent 5b528f3 commit 2626404
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MiniSpotify/MiniSpotify/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,13 +107,13 @@
</Button.Background>
</Button>
<TextBlock Name="ArtistText" Margin="92,20,15,42" FontFamily="Lato Light" Foreground="White" FontSize="14"></TextBlock>
<Button x:Name="EditorButton"
<!-- <Button x:Name="EditorButton"
BorderBrush="Black" BorderThickness="0"
Click="OnClickEditorButton" ClickMode="Press" HorizontalAlignment="Right" Width="5" Height="15" VerticalAlignment="Top" Margin="0,29,5,0" RenderTransformOrigin="0.5,0.5">
<Button.Background>
<ImageBrush ImageSource="Assets/Images/Icons/play-icon.png" Stretch="Uniform"/>
</Button.Background>
</Button>
</Button> -->
</Grid>
</DockPanel>
</Window>

0 comments on commit 2626404

Please sign in to comment.