1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 08:07:34 +00:00

PartitionEditor: Add size column

This commit is contained in:
Samuel Bowman 2022-06-29 19:21:21 -04:00 committed by Linus Groh
parent ba9f60785b
commit fadd69263a
2 changed files with 6 additions and 0 deletions

View file

@ -18,6 +18,7 @@ public:
StartBlock,
EndBlock,
TotalBlocks,
Size,
__Count,
};