Adding horizgrid and gridmode layouts

This commit is contained in:
bakkeby
2019-09-09 19:31:16 +02:00
parent 9081aef748
commit 342fc03b88
9 changed files with 180 additions and 8 deletions

View File

@ -70,6 +70,14 @@
#include "gapplessgrid.h"
#endif
#if GRIDMODE_LAYOUT
#include "grid.h"
#endif
#if HORIZGRID_LAYOUT
#include "horizgrid.h"
#endif
#if MONOCLE_LAYOUT
#include "monocle.h"
#endif