mirror of
https://github.com/FellippeHeitor/InForm.git
synced 2025-01-14 19:49:33 +00:00
New label controls to be created without AutoSize set.
This commit is contained in:
parent
fa61300e10
commit
529e979b36
1 changed files with 0 additions and 2 deletions
|
@ -256,8 +256,6 @@ SUB __UI_BeforeUpdateDisplay
|
|||
END IF
|
||||
|
||||
SELECT CASE tempType
|
||||
CASE __UI_Type_Label
|
||||
Control(TempValue).AutoSize = True
|
||||
CASE __UI_Type_ListBox
|
||||
Control(TempValue).HasBorder = True
|
||||
CASE __UI_Type_ProgressBar
|
||||
|
|
Loading…
Reference in a new issue