mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 08:57:47 +00:00
LibGfx+LibGUI: Use constant for line spacing instead of magic number
This commit is contained in:
parent
67de1a8148
commit
2b7aa4a971
3 changed files with 6 additions and 7 deletions
|
@ -25,6 +25,8 @@ namespace Gfx {
|
|||
|
||||
class Painter {
|
||||
public:
|
||||
static constexpr int LINE_SPACING = 4;
|
||||
|
||||
explicit Painter(Gfx::Bitmap&);
|
||||
~Painter() = default;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue