1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 00:07:43 +00:00

Applications: Remove G prefixes from comments

This commit is contained in:
Tibor Nagy 2020-03-19 22:38:54 +01:00 committed by Andreas Kling
parent 120e8028f6
commit fc71b73c37
2 changed files with 4 additions and 4 deletions

View file

@ -68,7 +68,7 @@ KnobsWidget::KnobsWidget(AudioEngine& audio_engine, MainWidget& main_widget)
m_knobs_container = add<GUI::Widget>();
m_knobs_container->set_layout<GUI::HorizontalBoxLayout>();
// FIXME: Implement vertical flipping in GSlider, not here.
// FIXME: Implement vertical flipping in GUI::Slider, not here.
m_octave_knob = m_knobs_container->add<GUI::VerticalSlider>();
m_octave_knob->set_tooltip("Z: octave down, X: octave up");