~sil2100/nux/precise_sru-1

« back to all changes in this revision

Viewing changes to Nux/StaticText.h

  • Committer: Didier Roche
  • Date: 2012-02-03 07:32:04 UTC
  • mfrom: (159.223.65 nux)
  • Revision ID: didier.roche@canonical.com-20120203073204-bvlerj50yhxswed4
Cherry-pick an additional fix for boot time

Show diffs side-by-side

added added

removed removed

Lines of Context:
192
192
    Size GetTextSizeNoClip();
193
193
    float padding_x_; //!< Adds a padding around the entire text box.
194
194
    float padding_y_; //!< Adds a padding around the entire text box.
 
195
    Size no_clip_size_; //! Cacne of the GetTextSizeNoClip results so we don't recompute them constantly.
195
196
  };
196
197
 
197
198
}