granera con sarna no pica

This commit is contained in:
2026-04-08 11:07:50 +02:00
parent d70edb29e7
commit 87cc58b5dd
29 changed files with 104 additions and 244 deletions

View File

@@ -92,6 +92,9 @@ class Notifier {
static constexpr float ICON_SIZE = 16.0F;
static constexpr float PADDING_OUT = 0.0F;
static constexpr float SLIDE_SPEED = 120.0F; // Pixels per second for slide animations
static constexpr float LINE_HEIGHT = 6.0F; // Alto de línea fijo para el layout de notificaciones
static constexpr int CORNER_RADIUS = 4; // Radio de las esquinas redondeadas
static constexpr int BORDER_INSET = 1; // Inset del borde interior
// [SINGLETON] Objeto notifier
static Notifier* notifier;