DisplaySettings: Remove redundant text_alignment property from GML

Previously, this was causing an error to be shown on the debug console,
as `CenterMiddle` is not a valid value for this property.
This commit is contained in:
Tim Ledbetter 2024-01-16 17:58:31 +00:00 committed by Tim Flynn
parent 176e9db6cd
commit fd8e8e7f31

View file

@ -54,7 +54,6 @@
@GUI::Label {
name: "display_dpi"
text: "96 dpi"
text_alignment: "CenterMiddle"
fixed_width: 50
}
}