Commit 8f7b360c1c1b445ee0be24ceef3bdff98fcabba3

Authored by 고영탁
1 parent 948ce85024
Exists in master and in 2 other branches fhd, fhd-demo

메뉴얼 시작 페이지 정의 추가

 - 자동 요리, 수동 요리 시작 페이지 정의 추가
Showing 1 changed file with 3 additions and 0 deletions   Show diff stats
app/gui/oven_control/manualviewerdlg.h
... ... @@ -9,6 +9,9 @@
9 9 #define SIZE_WIDTH 900
10 10 #define SIZE_HEIGHT 1450
11 11  
  12 +#define AUTO_COOK_PAGE 30
  13 +#define MANUAL_COOK_PAGE 36
  14 +
12 15 namespace Ui {
13 16 class ManualViewerDlg;
14 17 }
... ...