mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-14 13:29:35 +00:00
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
|
||||
{
|
||||
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
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user