1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 16:37:47 +00:00
serenity/Userland
Karol Kosek 119873b822 LibWeb: Make default text-decoration-thickness a fraction of font height
Previously the default was always 1px, which didn't look great on higher
font sizes.

This changes the default thickness to one-tenth to the font height. The
one-tenth part was chosen arbitrarily, but I think it does the job
pretty well. :^)
2022-04-04 23:44:04 +01:00
..
Applets Applets: Add a network graph applet 2022-04-03 09:49:08 -07:00
Applications PDFViewer: Propagate more errors 2022-04-04 14:59:37 +02:00
Demos Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
DevTools Userland: Remove a few gratuitous IPC namespace qualifiers 2022-04-03 15:18:20 +01:00
DynamicLoader Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Games Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Libraries LibWeb: Make default text-decoration-thickness a fraction of font height 2022-04-04 23:44:04 +01:00
Services ClockSettings+Taskbar: Add settings for taskbar clock format 2022-04-04 13:15:13 +02:00
Shell Shell: Use default execpromises parameter to pledge(..) 2022-04-03 17:13:51 -07:00
Utilities ls: Use Core::System::pledge(..) instead of LibC API 2022-04-03 17:13:51 -07:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00