Commit 581e917dce8abc5369399ee8c9a35e0c6c099bd4

Authored by Perry Werneck
1 parent e286960d

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 77 <button action='erase' target='all' label="Clear" width='3' />
78 78 <button action='kybdreset' label="Reset" width='3' />
79 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 83 </row>
84 84 <row>
85 85 <button action='Attn' label="Attn" width='3' />
86 86 <button action='Break' label="Break" width='3' />
87 87 </row>
88   -
89 88 <row>
90 89 <button action='Enter' icon="ok" width='6'/>
91 90 </row>
... ...