From 8d766def82af7bc9d368abc358b165635068c2bd Mon Sep 17 00:00:00 2001 From: Richard Genoud Date: Sun, 27 Sep 2020 16:17:14 +0200 Subject: [PATCH] thermostat: edit_prog; fix vertical size on Rpi --- soft/thermostat/src/edit_prog_dlg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soft/thermostat/src/edit_prog_dlg.cpp b/soft/thermostat/src/edit_prog_dlg.cpp index 4e17dc7..e2393f7 100644 --- a/soft/thermostat/src/edit_prog_dlg.cpp +++ b/soft/thermostat/src/edit_prog_dlg.cpp @@ -21,7 +21,7 @@ #include "edit_prog_dlg.h" #define SPIN_ARROW_W 75 -#define SPIN_ARROW_H 50 +#define SPIN_ARROW_H 25 #define SPIN_FONT_SZ 20 #define NB_DoW 7