diff options
author | Tom <tomut@yahoo.com> | 2022-01-17 16:56:48 -0700 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-01-23 22:45:21 +0000 |
commit | 6565ec59fafd1aec63d4325d3088b04515fa5dc2 (patch) | |
tree | 4a495ea4f8fbcb23567aa0d36fd23ca99bb28f24 /Userland/Applications/DisplaySettings/MonitorSettings.gml | |
parent | 869c20b05dba6230d96166f2a5b74e823653274a (diff) | |
download | serenity-6565ec59fafd1aec63d4325d3088b04515fa5dc2.zip |
DisplaySettings: Show display's manufacturer and size instead of device
Rather than displaying the path of the framebuffer, try and display
the manufacturer name and the size of the display. If no EDID data is
available, fall back to showing the device path.
Diffstat (limited to 'Userland/Applications/DisplaySettings/MonitorSettings.gml')
-rw-r--r-- | Userland/Applications/DisplaySettings/MonitorSettings.gml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Applications/DisplaySettings/MonitorSettings.gml b/Userland/Applications/DisplaySettings/MonitorSettings.gml index fc15a4d8d8..e03f842e19 100644 --- a/Userland/Applications/DisplaySettings/MonitorSettings.gml +++ b/Userland/Applications/DisplaySettings/MonitorSettings.gml @@ -24,7 +24,7 @@ @GUI::Label { text: "Screen:" text_alignment: "CenterLeft" - fixed_width: 95 + fixed_width: 55 } @GUI::ComboBox { |