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
Notes:
sideshowbarker
2024-07-17 17:38:29 +09:00
Author: https://github.com/tcl3 Commit: https://github.com/SerenityOS/serenity/commit/fd8e8e7f31 Pull-request: https://github.com/SerenityOS/serenity/pull/22811 Reviewed-by: https://github.com/kleinesfilmroellchen ✅
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
Reference in a new issue