mirror of
https://github.com/KeymonSoft/Mazapa.git
synced 2026-04-21 22:59:27 +00:00
- 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user