framework update

This commit is contained in:
Tercio Jose
2024-07-09 12:49:28 -03:00
committed by andrew6180
parent a0906207e8
commit 904a7eab1b
8 changed files with 99 additions and 29 deletions
+3
View File
@@ -636,6 +636,9 @@ function detailsFramework:NewTextEntry(parent, container, name, member, width, h
newTextEntryObject.editbox:SetAutoFocus(false)
newTextEntryObject.editbox:SetFontObject("GameFontHighlightSmall")
newTextEntryObject.editbox:SetJustifyH("left")
newTextEntryObject.editbox:SetTextInsets(5, 3, 0, 0)
--editbox label
newTextEntryObject.editbox.label = newTextEntryObject.editbox:CreateFontString("$parent_Desc", "OVERLAY", "GameFontHighlightSmall")
newTextEntryObject.editbox.label:SetJustifyH("left")