- VERSION 5.05.21

- Se amplio el tamaño del nombre de los productos en el catalogo de prods y el color de la cantidad y taMmaño de gris a negro y 9dip
This commit is contained in:
2025-05-22 18:33:00 -06:00
parent 2249c2449f
commit b180ded7db
8 changed files with 38 additions and 32 deletions

View File

@@ -1147,7 +1147,13 @@ Private Sub clv_prods_ll_VisibleRangeChanged (FirstIndex As Int, LastIndex As In
Pnl.SetLayoutAnimated(0,0,0,Pnl.Width,145dip)
Private cs As CSBuilder
cs.Initialize
l_prodX.SetTextSizeAnimated(0, 13)
l_prodX.SetTextSizeAnimated(0, 16)
et_pCant.TextColor=Colors.black
et_pCant.TextSize = 9dip
et_pCantc.TextColor=Colors.black
et_pCantc.TextSize = 9dip
If clv_prods_ll.GetValue(i).As(Map).Get("cant") <> Null And clv_prods_ll.GetValue(i).As(Map).Get("cant") > 0 Then
p_prods.Color=0xFFE2EEFF
et_pCant.TextColor=Colors.Red