mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-10 01:59:31 +00:00
Applications: Remove G prefixes from comments
This commit is contained in:
parent
120e8028f6
commit
fc71b73c37
Notes:
sideshowbarker
2024-07-19 08:13:33 +09:00
Author: https://github.com/xTibor
Commit: fc71b73c37
Pull-request: https://github.com/SerenityOS/serenity/pull/1487
2 changed files with 4 additions and 4 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue