Skip to content

Commit

Permalink
Remove axtra context class
Browse files Browse the repository at this point in the history
  • Loading branch information
lcallarec committed Jan 2, 2016
1 parent 84b6433 commit 41f712c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.vala
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ private class SideBar : Gtk.ListBox {

var container_row_label = new Gtk.Label("Containers");
container_row_label.halign = Gtk.Align.START;
container_row_label.get_style_context().add_class("toto");
containers_row.add(containers_box);

var icon = new Gtk.Image.from_icon_name("docker-symbolic", Gtk.IconSize.BUTTON);
Expand Down

0 comments on commit 41f712c

Please sign in to comment.