# File gglib/ext/widgets.rb, line 316
  def x1=
    super
    @drawx=x+((100-@theme.font.default.text_width(@text))/2).floor
  end