feat: improve Paint app UI

This commit is contained in:
2026-05-19 17:49:39 +02:00
parent c6ca17984b
commit 01ed473471
3 changed files with 12 additions and 6 deletions
+2 -2
View File
@@ -31,9 +31,9 @@ static constexpr int TB_BTN_SIZE = 24;
static constexpr int TB_BTN_Y = 6;
static constexpr int TB_BTN_RAD = 3;
static constexpr int STATUS_BAR_H = 24;
static constexpr int COLOR_BAR_H = 36;
static constexpr int COLOR_BAR_H = 42;
static constexpr int SWATCH_SIZE = 20;
static constexpr int SWATCH_SIZE = 24;
static constexpr int SWATCH_PAD = 4;
static constexpr int SWATCH_Y = 8;