serenity/Userland
martinfalisse 472a3df03b LibGUI: Calculate width of table headers when there is no content
In order to correctly calculate the width of the header add the
top left x coordinate + the width of the content. Previously was
using the width returned by the visible_content_rect(), which
when there was no content would be null. This would be problematic
as it would lead to not rendering the headers of tables when there was
no content (for example in the SystemsMonitor in the Networks tab).

Now, regardless of whether there is content or not in the table,
the header is visible.
2022-04-09 22:07:16 +02:00
..
Applets AK+Userland: Rename Array::front/back to first/last 2022-04-06 14:31:52 +02:00
Applications Browser+LibWeb+WebContent: Implement per-URL-pattern proxies 2022-04-09 12:21:43 +02:00
Demos Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
DevTools HackStudio: Remove "evaluate expression" dialog 2022-04-06 19:35:07 +02: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 LibGUI: Calculate width of table headers when there is no content 2022-04-09 22:07:16 +02:00
Services Browser+LibWeb+WebContent: Implement per-URL-pattern proxies 2022-04-09 12:21:43 +02:00
Shell Shell: Use default execpromises parameter to pledge(..) 2022-04-03 17:13:51 -07:00
Utilities pro: Only attempt to parse a proxy url if it is provided 2022-04-09 14:36:28 +02:00
CMakeLists.txt