my text is the right side and the prompt is left
if I tape the prompt return in right side but it's strange
Code: Select all
display_panel = ElementGui.addGuiText(keyboard_panel,self:classname().."=compute=ID=",calculator_value,"helmod_textfield_calculator")
--display_panel.style.horizontally_stretchable = true
display_panel.style.width=155
display_panel.style.horizontal_align = "right"
display_panel.focus()