We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24f6698 commit c045b66Copy full SHA for c045b66
1 file changed
src/panel/widgets/command-output.cpp
@@ -69,7 +69,7 @@ WfCommandOutputButtons::CommandOutput::CommandOutput(const std::string & name,
69
{
70
css_provider = Gtk::CssProvider::create();
71
/* 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(
+ css_provider->load_from_string(".wf-panel .command-icon-" + name + ".widget-icon{-gtk-icon-size:" + std::to_string(
73
icon_size) + "px;}");
74
icon.add_css_class("command-icon-" + name);
75
icon.get_style_context()->add_provider(css_provider, GTK_STYLE_PROVIDER_PRIORITY_USER);
0 commit comments