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