Skip to content

Commit

Permalink
refactor: increase vertical spacing of color selector widget for bett…
Browse files Browse the repository at this point in the history
…er harmony

Signed-off-by: Aditya Agarwal <[email protected]>
  • Loading branch information
Aditya-A-garwal committed Feb 18, 2024
1 parent 0164072 commit 80a82ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/widgets/colorSelector.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class ColorSelector : Widget {
};

constexpr static unsigned HPAD = 12;
constexpr static unsigned VPAD = 12;
constexpr static unsigned VPAD = 14;
constexpr static unsigned PAINT_RADIUS = 12;

constexpr static unsigned HEIGHT = (6*PAINT_RADIUS) + (4*HPAD);
Expand Down

0 comments on commit 80a82ba

Please sign in to comment.