Skip to content

Commit

Permalink
separator: css classname (#241)
Browse files Browse the repository at this point in the history
* separator: css classname

* always test your code, kids
  • Loading branch information
trigg authored Apr 22, 2024
1 parent 5e6898d commit 7b18864
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/panel/widgets/separator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ WayfireSeparator::WayfireSeparator(int pixels)

void WayfireSeparator::init(Gtk::HBox *container)
{
separator.get_style_context()->add_class("separator");
container->pack_start(separator);
separator.show_all();
}

0 comments on commit 7b18864

Please sign in to comment.