278 279 280 281
# File 'lib/ext/widgets.rb', line 278 def text=(val) val=val.slice(0,12) if val.size>12 @textinput.text = val end