From 653ff41d54ea07ebe2fdc416977dc3a8becbba42 Mon Sep 17 00:00:00 2001 From: aiekick Date: Tue, 6 Aug 2024 00:41:56 +0200 Subject: [PATCH] [ADD] : add an input widget (with +/- button for increment/decrement) --- 3rdparty/SoGLSL | 2 +- src/Headers/CustomImWidgetsConfig.h | 12 ++++++------ src/Headers/NoodlesPlateBuild.h | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/3rdparty/SoGLSL b/3rdparty/SoGLSL index a1a1e7f..e1d935e 160000 --- a/3rdparty/SoGLSL +++ b/3rdparty/SoGLSL @@ -1 +1 @@ -Subproject commit a1a1e7f5c3241bf5bb4cbd8f5e6e015c57ee5326 +Subproject commit e1d935e5709a85f7164a5a8eb6bf6b2354d4437b diff --git a/src/Headers/CustomImWidgetsConfig.h b/src/Headers/CustomImWidgetsConfig.h index 06ab694..262ba0a 100644 --- a/src/Headers/CustomImWidgetsConfig.h +++ b/src/Headers/CustomImWidgetsConfig.h @@ -16,10 +16,10 @@ #pragma once -#define ICON_SDFM_TRASH_CAN_OUTLINE u8"\ufa79" -#define ICON_SDFM_PLUS u8"\uf415" -#define ICON_SDFM_MINUS u8"\uf374" +#define ICON_NDP_RESET u8"\uffb8" +#define ICON_NDP_PLUS "+" +#define ICON_NDP_MINUS "-" -#define BUTTON_LABEL_RESET ICON_SDFM_TRASH_CAN_OUTLINE -#define BUTTON_LABEL_PLUS ICON_SDFM_PLUS -#define BUTTON_LABEL_MINUS ICON_SDFM_MINUS +#define BUTTON_LABEL_RESET ICON_NDP_RESET +#define BUTTON_LABEL_PLUS ICON_NDP_PLUS +#define BUTTON_LABEL_MINUS ICON_NDP_MINUS diff --git a/src/Headers/NoodlesPlateBuild.h b/src/Headers/NoodlesPlateBuild.h index 66142a5..946f215 100644 --- a/src/Headers/NoodlesPlateBuild.h +++ b/src/Headers/NoodlesPlateBuild.h @@ -1,7 +1,7 @@ #pragma once #define NoodlesPlate_Prefix "NoodlesPlate" -#define NoodlesPlate_BuildNumber 792 +#define NoodlesPlate_BuildNumber 820 #define NoodlesPlate_MinorNumber 7 #define NoodlesPlate_MajorNumber 0 -#define NoodlesPlate_BuildId "0.7.792" +#define NoodlesPlate_BuildId "0.7.820"