We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97beaa4 commit 7b88014Copy full SHA for 7b88014
1 file changed
src/panel/widgets/network.cpp
@@ -22,6 +22,7 @@ void WayfireNetworkInfo::init(Gtk::Box *container)
22
container->append(*button);
23
button->set_child(button_content);
24
button->add_css_class("flat");
25
+ button->set_has_frame(false);
26
27
button->get_popover()->set_child(control);
28
0 commit comments