Skip to content

Commit

Permalink
keypad fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mvladic committed Oct 1, 2019
1 parent a734141 commit 6b59fa1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions modular-psu-firmware.eez-project
Original file line number Diff line number Diff line change
Expand Up @@ -8020,7 +8020,7 @@
"inheritFrom": "default",
"padding": 0
},
"action": "keypad_cancel",
"action": "keypad_ok",
"left": 144,
"top": 204,
"width": 48,
Expand All @@ -8039,7 +8039,7 @@
"inheritFrom": "default",
"padding": 0
},
"action": "keypad_ok",
"action": "keypad_cancel",
"left": 192,
"top": 204,
"width": 48,
Expand Down Expand Up @@ -17988,7 +17988,7 @@
"data": "ioPin.polarity",
"left": 0,
"top": 60,
"width": 97,
"width": 95,
"height": 28,
"widgets": [
{
Expand Down Expand Up @@ -46629,7 +46629,7 @@
"padding": 0
},
"action": "keypad_cancel",
"left": 149,
"left": 197,
"top": 209,
"width": 48,
"height": 36,
Expand All @@ -46649,7 +46649,7 @@
"padding": 0
},
"action": "keypad_ok",
"left": 197,
"left": 149,
"top": 209,
"width": 48,
"height": 36,
Expand Down Expand Up @@ -374374,7 +374374,7 @@
{
"encoding": 79,
"x": 1,
"y": 0,
"y": 2,
"width": 16,
"height": 17,
"dx": 19,
Expand Down

0 comments on commit 6b59fa1

Please sign in to comment.