diff --git a/Userland/Applications/Spreadsheet/CellTypeDialog.cpp b/Userland/Applications/Spreadsheet/CellTypeDialog.cpp index 97112f16a4..5775900eaf 100644 --- a/Userland/Applications/Spreadsheet/CellTypeDialog.cpp +++ b/Userland/Applications/Spreadsheet/CellTypeDialog.cpp @@ -350,7 +350,7 @@ CellTypeMetadata CellTypeDialog::metadata() const metadata.alignment = Gfx::TextAlignment::TopLeft; break; case HorizontalAlignment::Center: - metadata.alignment = Gfx::TextAlignment::Center; // TopCenter? + metadata.alignment = Gfx::TextAlignment::TopCenter; break; case HorizontalAlignment::Right: metadata.alignment = Gfx::TextAlignment::TopRight;