From 493022be66065d1d80f2a43265b241fb15edd03a Mon Sep 17 00:00:00 2001 From: Ray Date: Tue, 20 Nov 2018 12:18:34 +0100 Subject: [PATCH] Move some properties to default --- src/raygui.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/raygui.h b/src/raygui.h index 37a2f9d..879df6f 100644 --- a/src/raygui.h +++ b/src/raygui.h @@ -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;