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:
parent
cf5f252c4b
commit
dd8a073253
1 changed files with 2 additions and 2 deletions
|
@ -452,7 +452,7 @@ SUB __UI_Click (id AS LONG)
|
||||||
SYSTEM
|
SYSTEM
|
||||||
CASE EditMenuZOrdering
|
CASE EditMenuZOrdering
|
||||||
'Fill the list:
|
'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
|
DIM j AS LONG, i AS LONG
|
||||||
STATIC Moving AS _BYTE
|
STATIC Moving AS _BYTE
|
||||||
REDIM _PRESERVE zOrderIDs(1 TO UBOUND(PreviewControls)) AS LONG
|
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(255, 255, 255), BF
|
||||||
LINE (1, 3)-(15, 13), _RGB32(132, 165, 189), B
|
LINE (1, 3)-(15, 13), _RGB32(132, 165, 189), B
|
||||||
COLOR _RGB32(55, 55, 55), _RGBA32(0, 0, 0, 0)
|
COLOR _RGB32(55, 55, 55), _RGBA32(0, 0, 0, 0)
|
||||||
__UI_PrintString 5, 5, "#"
|
__UI_PrintString 5, 3, "#"
|
||||||
|
|
||||||
'Draw Align menu icons
|
'Draw Align menu icons
|
||||||
Control(AlignMenuAlignLeft).HelperCanvas = _NEWIMAGE(48, 16, 32)
|
Control(AlignMenuAlignLeft).HelperCanvas = _NEWIMAGE(48, 16, 32)
|
||||||
|
|
Loading…
Reference in a new issue