-
Notifications
You must be signed in to change notification settings - Fork 209
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ADD] : Convert the UI to the OrangeBlue pretty Theme from https://gi…
- Loading branch information
Showing
9 changed files
with
2,234 additions
and
128 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
#pragma once | ||
|
||
// ############################# DISCLAIMER ############################# | ||
// ############ THIS WIDGTES LIB IS BASED ON IMGUIPACK ################## | ||
// ############# https://github.com/aiekick/ImGuiPack ################### | ||
// ###################################################################### | ||
|
||
#include <CustomFont.h> | ||
|
||
#define BUTTON_LABEL_RESET ICON_IGFD_RESET | ||
#define BUTTON_LABEL_PLUS ICON_IGFD_ADD | ||
#define BUTTON_LABEL_MINUS ICON_IGFD_REMOVE |
Oops, something went wrong.