# HG changeset patch
# User janos_kovacs <kovjanos@gmail.com>
# Date 1433972858 -3600
# Node ID c6c934f05b425f700dea4cee4e5de5c6b3bf5736
# Parent  4f83470dcece5eef7101ed0e73a32bbe474999af
VSIbar #3b: small fix on the bar's width

diff -r 4f83470dcece -r c6c934f05b42 src/tft_outputs.asm
--- a/src/tft_outputs.asm	Wed Jun 10 22:32:38 2015 +0100
+++ b/src/tft_outputs.asm	Wed Jun 10 22:47:38 2015 +0100
@@ -1050,10 +1050,10 @@
    
     movff   sub_c+0,win_top
     movff   divB,win_height
-    movlw   dm_velobar_width-.4
+    movlw   dm_velobar_width-.2
     movff   WREG,win_width
     movff   WREG,win_bargraph
-    movlw   dm_velobar_lft+.3
+    movlw   dm_velobar_lft+.2
     movff   WREG,win_leftx2
     movlw   color_green
     call    TFT_set_color
@@ -1143,10 +1143,10 @@
 
     movff   sub_a+0,win_top
     movff   divB,win_height
-    movlw   dm_velobar_width-.4
+    movlw   dm_velobar_width-.2
     movff   WREG,win_width
     movff   WREG,win_bargraph
-    movlw   dm_velobar_lft+.3
+    movlw   dm_velobar_lft+.2
     movff   WREG,win_leftx2
     movlw   color_green
     call    TFT_set_color