diff options
author | Ray-V <[email protected]> | 2021-03-01 13:09:18 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2021-03-01 13:09:18 +0900 |
commit | f84f133f7c5afb610cd82bc3c95fe43ee9c0efc0 (patch) | |
tree | 91fa035e478c7e069a0c2250c3d6bc79c1a3bc97 /src/VButton.cpp | |
parent | 827c513edd709f22a7af48564d0c8c006926f808 (diff) | |
download | kvkbd-f84f133f7c5afb610cd82bc3c95fe43ee9c0efc0.tar.gz kvkbd-f84f133f7c5afb610cd82bc3c95fe43ee9c0efc0.zip |
Added less-than (<) and greater-than (>) keys near left shift for non-US keyboards.
Adjusted keyboard geometry accordingly.
Signed-off-by: Ray-V <[email protected]>
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/VButton.cpp')
-rw-r--r-- | src/VButton.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 <tdeconfig.h> #include <tdeapplication.h> -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) |