Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Visible separator #233

Merged
merged 12 commits into from
Apr 21, 2024
Prev Previous commit
Next Next commit
uncrustify
trigg committed Apr 16, 2024
commit 99d7a87696ba408145bff74d4b94504ce6e9030d
3 changes: 2 additions & 1 deletion src/panel/panel.cpp
Original file line number Diff line number Diff line change
@@ -169,8 +169,10 @@ class WayfirePanel::impl
{
return output;
}

std::cerr << "Invalid widget value: " << value << std::endl;
}

return {};
}

@@ -232,7 +234,6 @@ class WayfirePanel::impl
return Widget(new WfCommandOutputButtons());
}


if (auto pixel = widget_with_value(name, "spacing"))
{
return Widget(new WayfireSpacing(*pixel));