mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 05:37:34 +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 {
|
@GUI::Label {
|
||||||
name: "display_dpi"
|
name: "display_dpi"
|
||||||
text: "96 dpi"
|
text: "96 dpi"
|
||||||
text_alignment: "CenterMiddle"
|
|
||||||
fixed_width: 50
|
fixed_width: 50
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue