diff options
| author | Ray-V <ray-v@inbox.lv> | 2021-03-01 13:09:18 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-03-01 13:11:51 +0900 |
| commit | 6ceda6ab5901c43087b25bf72a285b1fdc671879 (patch) | |
| tree | 2c2caa7c74297db6fc9430fdad823dc9cb49c646 /src/VButton.cpp | |
| parent | 31b844354b719712017c76432aa0725c1e4ec33e (diff) | |
| download | kvkbd-6ceda6ab5901c43087b25bf72a285b1fdc671879.tar.gz kvkbd-6ceda6ab5901c43087b25bf72a285b1fdc671879.zip | |
Added less-than (<) and greater-than (>) keys near left shift for non-US keyboards.
Adjusted keyboard geometry accordingly.
Signed-off-by: Ray-V <ray-v@inbox.lv>
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit f84f133f7c5afb610cd82bc3c95fe43ee9c0efc0)
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) |
