1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 04:37:44 +00:00
serenity/Applications/SystemMonitor
Brian Gianforcaro edb66f214d SystemMonitor: Fix display of file system size column.
The Size column in the "File systems" tab of SystemMonitor
had a rendering artifact where the bounding box outline would
be drawn in the same location as the text. This makes the text
look strange and hard to read.

Pad the size with a signle space character on either side to
give the text a gap on each side.
2020-02-22 21:25:00 +01:00
..
DevicesModel.cpp LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
DevicesModel.h LibGUI: Remove leading G from filenames 2020-02-06 20:33:02 +01:00
GraphWidget.cpp AK: Use size_t for CircularQueue and CircularDeque 2020-02-20 13:20:34 +01:00
GraphWidget.h LibGUI: Remove leading G from filenames 2020-02-06 20:33:02 +01:00
main.cpp SystemMonitor: Fix display of file system size column. 2020-02-22 21:25:00 +01:00
Makefile LibGfx: Rename from LibDraw :^) 2020-02-06 12:04:00 +01:00
MemoryStatsWidget.cpp LibGUI: Remove some header dependencies from Widget.h 2020-02-14 23:53:11 +01:00
MemoryStatsWidget.h LibGUI: Add forwarding header 2020-02-16 09:41:56 +01:00
NetworkStatisticsWidget.cpp LibGUI: Remove leading G from filenames 2020-02-06 20:33:02 +01:00
NetworkStatisticsWidget.h LibGUI: Add forwarding header 2020-02-16 09:41:56 +01:00
ProcessFileDescriptorMapWidget.cpp LibGUI: Remove leading G from filenames 2020-02-06 20:33:02 +01:00
ProcessFileDescriptorMapWidget.h LibGUI: Add forwarding header 2020-02-16 09:41:56 +01:00
ProcessMemoryMapWidget.cpp LibGUI: Remove leading G from filenames 2020-02-06 20:33:02 +01:00
ProcessMemoryMapWidget.h LibGUI: Add forwarding header 2020-02-16 09:41:56 +01:00
ProcessModel.cpp LibGfx: Add forward declaration header 2020-02-14 23:31:18 +01:00
ProcessModel.h LibGUI: Remove leading G from filenames 2020-02-06 20:33:02 +01:00
ProcessStacksWidget.cpp LibCore: Add a forward declaration header 2020-02-14 23:31:18 +01:00
ProcessStacksWidget.h LibCore: Replace manual forward declarations with <LibCore/Forward.h> 2020-02-15 00:13:44 +01:00
ProcessTableView.cpp LibGUI: Remove leading G from filenames 2020-02-06 20:33:02 +01:00
ProcessTableView.h LibGUI: Remove leading G from filenames 2020-02-06 20:33:02 +01:00
ProcessUnveiledPathsWidget.cpp LibGUI: Remove leading G from filenames 2020-02-06 20:33:02 +01:00
ProcessUnveiledPathsWidget.h LibGUI: Add forwarding header 2020-02-16 09:41:56 +01:00