mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 15:27:35 +00:00
Spreadsheet: Use the correct top-center alignment when set to Top+Center
This commit is contained in:
parent
292e459901
commit
5dc0855489
1 changed files with 1 additions and 1 deletions
|
@ -350,7 +350,7 @@ CellTypeMetadata CellTypeDialog::metadata() const
|
||||||
metadata.alignment = Gfx::TextAlignment::TopLeft;
|
metadata.alignment = Gfx::TextAlignment::TopLeft;
|
||||||
break;
|
break;
|
||||||
case HorizontalAlignment::Center:
|
case HorizontalAlignment::Center:
|
||||||
metadata.alignment = Gfx::TextAlignment::Center; // TopCenter?
|
metadata.alignment = Gfx::TextAlignment::TopCenter;
|
||||||
break;
|
break;
|
||||||
case HorizontalAlignment::Right:
|
case HorizontalAlignment::Right:
|
||||||
metadata.alignment = Gfx::TextAlignment::TopRight;
|
metadata.alignment = Gfx::TextAlignment::TopRight;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue