~ubuntu-branches/ubuntu/oneiric/nux/oneiric

« back to all changes in this revision

Viewing changes to Nux/PropertyItem/CheckBoxProperty.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2011-06-22 17:16:16 UTC
  • mto: This revision was merged to the branch mainline in revision 33.
  • Revision ID: james.westby@ubuntu.com-20110622171616-49405ntrtnxfcpjj
Tags: upstream-1.0.2
ImportĀ upstreamĀ versionĀ 1.0.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
97
97
  int CheckBoxPropertyItem::GetItemBestHeight()
98
98
  {
99
99
    Size sz = GetMinimumSize();
100
 
    return sz.GetHeight() + 2 * PROPERTY_BORDER_Y;
 
100
    return sz.height + 2 * PROPERTY_BORDER_Y;
101
101
  }
102
102
 
103
103
  CheckBoxPropertyItem *CheckBoxPropertyItem::CreateFromXML (const TiXmlElement *elementxml, NodeNetCom *parent, const char *Name, int id)