From fa8aaf9d27d3616f606bb1e24901398c06bbd966 Mon Sep 17 00:00:00 2001
From: Maciej Suminski <maciej.suminski@cern.ch>
Date: Thu, 14 Sep 2017 16:52:24 +0200
Subject: [PATCH] Consistent grid options map and GRID_STYLE values

---
 include/gal/gal_display_options.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/gal/gal_display_options.h b/include/gal/gal_display_options.h
index a281eb489e..606c410dc0 100644
--- a/include/gal/gal_display_options.h
+++ b/include/gal/gal_display_options.h
@@ -36,8 +36,8 @@ namespace KIGFX
      */
     enum class GRID_STYLE
     {
-        LINES,      ///< Use lines for the grid
         DOTS,       ///< Use dots for the grid
+        LINES,      ///< Use lines for the grid
         SMALL_CROSS ///< Use small cross instead of dots for the grid
     };