Mercurial > public > hwos_code
comparison src/menu_processor.asm @ 390:e6dab80e7e15
Fix text alignment for French version
author | heinrichsweikamp |
---|---|
date | Wed, 28 Oct 2015 10:40:56 +0100 |
parents | d8e2cf055fc3 |
children | 33941d158069 |
comparison
equal
deleted
inserted
replaced
389:9175429bdeba | 390:e6dab80e7e15 |
---|---|
114 | 114 |
115 global menu_processor_bottom_line | 115 global menu_processor_bottom_line |
116 menu_processor_bottom_line: | 116 menu_processor_bottom_line: |
117 ;---- Draw bottomline ------------------------------------------------ | 117 ;---- Draw bottomline ------------------------------------------------ |
118 TEXT_TINY .5, .240-.16, tNext | 118 TEXT_TINY .5, .240-.16, tNext |
119 TEXT_TINY .160-6*5, .240-.16, tEnter | 119 TEXT_TINY .160-.6*.6, .240-.16, tEnter |
120 | 120 |
121 WIN_COLOR color_greenish | 121 WIN_COLOR color_greenish |
122 ; Serial and Firmware Version | 122 ; Serial and Firmware Version |
123 WIN_TINY .57,.240-.16 | 123 WIN_TINY .57,.240-.16 |
124 STRCPY "#" | 124 STRCPY "#" |