Consistent grid options map and GRID_STYLE values

This commit is contained in:
Maciej Suminski 2017-09-14 16:52:24 +02:00
parent f299266107
commit fa8aaf9d27
1 changed files with 1 additions and 1 deletions

View File

@ -36,8 +36,8 @@ namespace KIGFX
*/ */
enum class GRID_STYLE enum class GRID_STYLE
{ {
LINES, ///< Use lines for the grid
DOTS, ///< Use dots 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 SMALL_CROSS ///< Use small cross instead of dots for the grid
}; };