Consistent grid options map and GRID_STYLE values
This commit is contained in:
parent
f299266107
commit
fa8aaf9d27
|
@ -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
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue