1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-12 23:01:01 +00:00
serenity/Userland
Andreas Kling ff0766056b LibGUI: Don't hard-code TreeView row height
Instead of overriding AbstractTableView::row_height() and returning a
hard-coded height for some reason, just remove the override.

This makes tree view row heights honor the current font size.
2023-02-02 13:15:03 +01:00
..
Applets AK: Move Stream and SeekableStream from LibCore 2023-01-29 19:16:44 -07:00
Applications DisplaySettings: Made select wallpaper use allowed file types 2023-02-02 04:05:42 -07:00
BuggieBox Userland: Add the BuggieBox program 2022-11-26 12:41:47 -07:00
Demos AK: Remove try_ prefix from FixedArray creation functions 2023-01-28 22:41:36 +01:00
DevTools AK: Move Stream and SeekableStream from LibCore 2023-01-29 19:16:44 -07:00
DynamicLoader Everywhere: Remove "LibC/" includes, add lint-rule against it 2023-01-07 10:01:37 -07:00
Games Spider: Make double-click skip the new-game animation 2023-02-01 14:19:15 +00:00
Libraries LibGUI: Don't hard-code TreeView row height 2023-02-02 13:15:03 +01:00
Services SQLServer: Unveil /etc/passwd 2023-02-02 02:17:06 -07:00
Shell AK: Move memory streams from LibCore 2023-01-29 19:16:44 -07:00
Utilities LibWeb+WebContent: Do not reference-count file request objects 2023-02-01 14:04:44 +00:00
CMakeLists.txt Userland: Add the BuggieBox program 2022-11-26 12:41:47 -07:00