From f84f133f7c5afb610cd82bc3c95fe43ee9c0efc0 Mon Sep 17 00:00:00 2001 From: Ray-V Date: Mon, 1 Mar 2021 13:09:18 +0900 Subject: Added less-than (<) and greater-than (>) keys near left shift for non-US keyboards. Adjusted keyboard geometry accordingly. Signed-off-by: Ray-V Signed-off-by: Michele Calgaro --- src/VButton.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/VButton.cpp') diff --git a/src/VButton.cpp b/src/VButton.cpp index 9dffe26..b4870f1 100644 --- a/src/VButton.cpp +++ b/src/VButton.cpp @@ -4,7 +4,7 @@ #include #include -double VButton::pw=550.0; +double VButton::pw=552.0; double VButton::ph=235.0; VButton::VButton(TQWidget *parent, const char *name): TQPushButton (parent,name) -- cgit v1.2.1