layouts: Fixed spacing

This commit is contained in:
Dorota Czaplejewicz
2019-07-01 11:29:05 +00:00
parent 17671a3b08
commit e46af41abf
4 changed files with 26 additions and 38 deletions

View File

@ -529,7 +529,7 @@ static void keycounter (EekElement *element, gpointer user_data) {
}
}
const double keyspacing = 2.0;
const double keyspacing = 3.0;
static void keyplacer(EekElement *element, gpointer user_data) {
double *current_offset = user_data;