Skip to content

Commit

Permalink
[ADD] : add an input widget (with +/- button for increment/decrement)
Browse files Browse the repository at this point in the history
  • Loading branch information
aiekick committed Aug 5, 2024
1 parent b83be05 commit 653ff41
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions src/Headers/CustomImWidgetsConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions src/Headers/NoodlesPlateBuild.h
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 653ff41

Please sign in to comment.