mirror of
https://github.com/raysan5/raygui.git
synced 2025-12-25 10:22:33 -05:00
Move some properties to default
This commit is contained in:
@ -219,10 +219,10 @@ typedef enum {
|
||||
BORDER_COLOR_DISABLED,
|
||||
BASE_COLOR_DISABLED,
|
||||
TEXT_COLOR_DISABLED,
|
||||
TEXT_SIZE,
|
||||
TEXT_SPACING,
|
||||
BORDER_WIDTH,
|
||||
INNER_PADDING,
|
||||
RESERVED01,
|
||||
RESERVED02
|
||||
} GuiControlProperty;
|
||||
|
||||
// Gui extended properties depending on control type
|
||||
@ -230,7 +230,9 @@ typedef enum {
|
||||
|
||||
// Generic
|
||||
typedef enum {
|
||||
LINES_COLOR = 16,
|
||||
TEXT_SIZE = 16,
|
||||
TEXT_SPACING,
|
||||
LINES_COLOR,
|
||||
BACKGROUND_COLOR,
|
||||
} GuiGenericProperty;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user