style: Fix right margin

For some reason, adjusting the width of the keyboard layout affects the margin when used at 360 width.
This commit is contained in:
Dorota Czaplejewicz
2019-07-04 08:27:31 +00:00
parent e27af9fd24
commit c1e1ddb73f
2 changed files with 2 additions and 2 deletions

View File

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