summaryrefslogtreecommitdiff
path: root/Userland/Applications/DisplaySettings/MonitorSettings.gml
diff options
context:
space:
mode:
authorTom <tomut@yahoo.com>2022-01-17 16:56:48 -0700
committerLinus Groh <mail@linusgroh.de>2022-01-23 22:45:21 +0000
commit6565ec59fafd1aec63d4325d3088b04515fa5dc2 (patch)
tree4a495ea4f8fbcb23567aa0d36fd23ca99bb28f24 /Userland/Applications/DisplaySettings/MonitorSettings.gml
parent869c20b05dba6230d96166f2a5b74e823653274a (diff)
downloadserenity-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.gml2
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 {