Unifying icons for session and group sources UI

This commit is contained in:
Bruno Herbelin
2022-04-02 17:45:57 +02:00
parent d10b809687
commit dc1f1e02a1
2 changed files with 8 additions and 5 deletions

View File

@@ -499,7 +499,7 @@ View::Cursor MixingView::grab (Source *s, glm::vec2 from, glm::vec2 to, std::pai
// cursor feedback
slider_->color = glm::vec4( COLOR_CIRCLE_OVER, 0.9f );
std::ostringstream info;
info << "Output " << 100 - int(f * 100.0) << " %";
info << ICON_FA_ADJUST << " Output fading " << 100 - int(f * 100.0) << " %";
return Cursor(Cursor_Hand, info.str() );
}
else if (pick.first == limbo_slider_) {