From c1e1ddb73f9b8880ad280f2ded6525651ab9d9e3 Mon Sep 17 00:00:00 2001 From: Dorota Czaplejewicz Date: Thu, 4 Jul 2019 08:27:31 +0000 Subject: [PATCH] style: Fix right margin For some reason, adjusting the width of the keyboard layout affects the margin when used at 360 width. --- data/keyboards/geometry/compact.xml | 2 +- eek/eek-section.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/keyboards/geometry/compact.xml b/data/keyboards/geometry/compact.xml index c30831f3..f40c8a95 100644 --- a/data/keyboards/geometry/compact.xml +++ b/data/keyboards/geometry/compact.xml @@ -1,6 +1,6 @@ - +
diff --git a/eek/eek-section.c b/eek/eek-section.c index 9c6a2f5a..79251f48 100644 --- a/eek/eek-section.c +++ b/eek/eek-section.c @@ -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;