mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:47:44 +00:00
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:
parent
176e9db6cd
commit
fd8e8e7f31
1 changed files with 0 additions and 1 deletions
|
@ -54,7 +54,6 @@
|
|||
@GUI::Label {
|
||||
name: "display_dpi"
|
||||
text: "96 dpi"
|
||||
text_alignment: "CenterMiddle"
|
||||
fixed_width: 50
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue