From dd8a073253036b6c6d47a2ae597af7983af016b3 Mon Sep 17 00:00:00 2001 From: FellippeHeitor Date: Wed, 16 May 2018 21:47:25 -0300 Subject: [PATCH] Minor visual glitch fix (NumericTextBox) and rewording (z-ordering). --- InForm/UiEditor.bas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/InForm/UiEditor.bas b/InForm/UiEditor.bas index 53f4928..c984b20 100644 --- a/InForm/UiEditor.bas +++ b/InForm/UiEditor.bas @@ -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)