Skip to content

Commit c045b66

Browse files
committed
panel: fix command-output widget-icon
1 parent 24f6698 commit c045b66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/panel/widgets/command-output.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ WfCommandOutputButtons::CommandOutput::CommandOutput(const std::string & name,
6969
{
7070
css_provider = Gtk::CssProvider::create();
7171
/* This rule has to be more specific than others to be chosen */
72-
css_provider->load_from_string(".wf-panel .command-icon-" + name + " .widget-icon{-gtk-icon-size:" + std::to_string(
72+
css_provider->load_from_string(".wf-panel .command-icon-" + name + ".widget-icon{-gtk-icon-size:" + std::to_string(
7373
icon_size) + "px;}");
7474
icon.add_css_class("command-icon-" + name);
7575
icon.get_style_context()->add_provider(css_provider, GTK_STYLE_PROVIDER_PRIORITY_USER);

0 commit comments

Comments
 (0)