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:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user