Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
mvladic committed Nov 10, 2019
1 parent 2a0f936 commit 341f83b
Show file tree
Hide file tree
Showing 18 changed files with 246 additions and 249 deletions.
78 changes: 78 additions & 0 deletions modular-psu-firmware.eez-project
Original file line number Diff line number Diff line change
Expand Up @@ -26223,6 +26223,7 @@
"type": "Container",
"style": {
"inheritFrom": "default",
"color": "Background",
"padding": 0
},
"action": "show_user_profile_settings",
Expand Down Expand Up @@ -46627,6 +46628,83 @@
"width": 480,
"height": 240,
"layout": "main"
},
{
"type": "LayoutView",
"style": {
"inheritFrom": "default"
},
"left": 5155,
"top": 3983,
"width": 480,
"height": 272,
"layout": "sys_settings_screen_calibration"
},
{
"type": "LayoutView",
"style": {
"inheritFrom": "default"
},
"left": 4411,
"top": 3983,
"width": 480,
"height": 272,
"layout": "sys_settings_display"
},
{
"type": "LayoutView",
"style": {
"inheritFrom": "default"
},
"left": 5783,
"top": 3455,
"width": 480,
"height": 272,
"layout": "touch_calibration"
},
{
"type": "LayoutView",
"style": {
"inheritFrom": "default"
},
"left": 5783,
"top": 3983,
"width": 480,
"height": 272,
"layout": "touch_calibration"
},
{
"type": "LayoutView",
"style": {
"inheritFrom": "default"
},
"left": 6422,
"top": 3455,
"width": 480,
"height": 272,
"layout": "touch_calibration_yes_no"
},
{
"type": "LayoutView",
"style": {
"inheritFrom": "default"
},
"left": 6422,
"top": 3983,
"width": 480,
"height": 272,
"layout": "touch_calibration_yes_no_cancel"
},
{
"type": "LayoutView",
"style": {
"inheritFrom": "default"
},
"left": 5155,
"top": 3468,
"width": 480,
"height": 272,
"layout": "touch_calibration_intro"
}
],
"usedIn": [],
Expand Down
1 change: 0 additions & 1 deletion src/eez/gui/action_impl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ void action_keypad_option2() {
}

void action_enter_touch_calibration() {
popPage();
psu::gui::enterTouchCalibration();
}

Expand Down
Loading

0 comments on commit 341f83b

Please sign in to comment.