Mercurial > public > hwos_code
diff src/divemode.inc @ 631:185ba2f91f59
3.09 beta 1 release
author | heinrichsweikamp |
---|---|
date | Fri, 28 Feb 2020 15:45:07 +0100 |
parents | cd58f7fc86db |
children | 4050675965ea |
line wrap: on
line diff
--- a/src/divemode.inc Fri Feb 21 10:51:36 2020 +0100 +++ b/src/divemode.inc Fri Feb 28 15:45:07 2020 +0100 @@ -1,6 +1,6 @@ ;============================================================================= ; -; File divemode.inc combined next generation V3.03.5 +; File divemode.inc combined next generation V3.08.5 ; ; ; Copyright (c) 2011, JD Gascuel, HeinrichsWeikamp, all right reserved. @@ -365,7 +365,7 @@ #DEFINE dm_custom_ppDil_column .2 ; 2 -;******* Custom View: PSCR Info ******* +;******* Custom View: pSCR Info ******* #DEFINE dm_custom_pscr_title_row dm_customview_row+.1 ; 102 #DEFINE dm_custom_pscr_row dm_customview_row+.18 ; 119 @@ -373,6 +373,20 @@ #DEFINE dm_custom_pscr_ratio_column .105 ; 105 +;******* Custom View: cave TTS ******* + +#DEFINE dm_custom_cave_title_row dm_customview_row+.1 ; 102 +#DEFINE dm_custom_cave_title_column1 .2 ; 2 +#DEFINE dm_custom_cave_title_column2 .64 ; 64 +#DEFINE dm_custom_cave_title_column3 .118 ; 118 + +#DEFINE dm_custom_cave_data_row dm_customview_row+.16 ; 117 +#DEFINE dm_custom_cave_data_column1 .8 ; 8 +#DEFINE dm_custom_cave_data_column2 .60 ; 60 +#DEFINE dm_custom_cave_data_column3 .114 ; 114 + + + ; II. end of the custom content row (101-163) ; 1px space between the 2nd and 3rd content rows