Skip to content

Commit 7b88014

Browse files
authored
panel: network button needs to be flat
1 parent 97beaa4 commit 7b88014

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/panel/widgets/network.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ void WayfireNetworkInfo::init(Gtk::Box *container)
2222
container->append(*button);
2323
button->set_child(button_content);
2424
button->add_css_class("flat");
25+
button->set_has_frame(false);
2526

2627
button->get_popover()->set_child(control);
2728

0 commit comments

Comments
 (0)