Commit 581e917dce8abc5369399ee8c9a35e0c6c099bd4
1 parent
e286960d
Exists in
master
and in
5 other branches
Fixing problem of invisible buttons on keypad.
Showing
1 changed file
with
3 additions
and
4 deletions
Show diff stats
ui/10keypad.xml
@@ -77,15 +77,14 @@ | @@ -77,15 +77,14 @@ | ||
77 | <button action='erase' target='all' label="Clear" width='3' /> | 77 | <button action='erase' target='all' label="Clear" width='3' /> |
78 | <button action='kybdreset' label="Reset" width='3' /> | 78 | <button action='kybdreset' label="Reset" width='3' /> |
79 | </row> | 79 | </row> |
80 | - <row height='2'> | ||
81 | - <button action='EraseEOF' label="Erase\nEOF" width='3' height='2'/> | ||
82 | - <button action='EraseInput' label="Erase\nInput" width='3' height='2'/> | 80 | + <row> |
81 | + <button action='EraseEOF' label="Erase\nEOF" width='3' /> | ||
82 | + <button action='EraseInput' label="Erase\nInput" width='3'/> | ||
83 | </row> | 83 | </row> |
84 | <row> | 84 | <row> |
85 | <button action='Attn' label="Attn" width='3' /> | 85 | <button action='Attn' label="Attn" width='3' /> |
86 | <button action='Break' label="Break" width='3' /> | 86 | <button action='Break' label="Break" width='3' /> |
87 | </row> | 87 | </row> |
88 | - | ||
89 | <row> | 88 | <row> |
90 | <button action='Enter' icon="ok" width='6'/> | 89 | <button action='Enter' icon="ok" width='6'/> |
91 | </row> | 90 | </row> |