1
1
Fork 0
mirror of https://github.com/FellippeHeitor/InForm.git synced 2025-01-15 11:59:34 +00:00

Minor visual glitch fix (NumericTextBox) and rewording (z-ordering).

This commit is contained in:
FellippeHeitor 2018-05-16 21:47:25 -03:00
parent cf5f252c4b
commit dd8a073253

View file

@ -452,7 +452,7 @@ SUB __UI_Click (id AS LONG)
SYSTEM
CASE EditMenuZOrdering
'Fill the list:
Caption(StatusBar) = "Select controls and use the up/down arrow buttons to edit z-ordering..."
Caption(StatusBar) = "Editing z-ordering/tab ordering..."
DIM j AS LONG, i AS LONG
STATIC Moving AS _BYTE
REDIM _PRESERVE zOrderIDs(1 TO UBOUND(PreviewControls)) AS LONG
@ -1817,7 +1817,7 @@ SUB __UI_OnLoad
LINE (1, 3)-(15, 13), _RGB32(255, 255, 255), BF
LINE (1, 3)-(15, 13), _RGB32(132, 165, 189), B
COLOR _RGB32(55, 55, 55), _RGBA32(0, 0, 0, 0)
__UI_PrintString 5, 5, "#"
__UI_PrintString 5, 3, "#"
'Draw Align menu icons
Control(AlignMenuAlignLeft).HelperCanvas = _NEWIMAGE(48, 16, 32)