refactor: fix some spelling mistakes (#6196)

This commit is contained in:
pajlada
2025-05-10 13:33:52 +02:00
committed by GitHub
parent dd85fb09ad
commit dec42b38a6
16 changed files with 60 additions and 59 deletions
+2 -2
View File
@@ -282,7 +282,7 @@ void SplitHeader::initializeLayout()
auto *layout = makeLayout<QHBoxLayout>({
// space
makeWidget<BaseWidget>([](auto w) {
w->setScaleIndependantSize(8, 4);
w->setScaleIndependentSize(8, 4);
}),
// title
this->titleLabel_ = makeWidget<Label>([](auto w) {
@@ -293,7 +293,7 @@ void SplitHeader::initializeLayout()
}),
// space
makeWidget<BaseWidget>([](auto w) {
w->setScaleIndependantSize(8, 4);
w->setScaleIndependentSize(8, 4);
}),
// mode
this->modeButton_ = makeWidget<EffectLabel>([&](auto w) {