Skip to content

Commit

Permalink
Bugfix #6
Browse files Browse the repository at this point in the history
  • Loading branch information
muriloventuroso committed Jan 13, 2019
1 parent 0a3b3cf commit 7329536
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Widgets/LyricsWidget.vala
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ namespace GiveMeLyrics {

box_message.pack_start(label_message, false, false, 0);
box_message.pack_start(icon, false, false, 0);
box_message.pack_start(spinner, false, false, 0);

var box = new Gtk.Box(Gtk.Orientation.VERTICAL, 0);
box.pack_start(titles, false, true, 0);
Expand Down

0 comments on commit 7329536

Please sign in to comment.