~unity-team/nux/nux.remove-deprecated

« back to all changes in this revision

Viewing changes to Nux/GridHLayout.cpp

  • Committer: Eleni Maria Stea
  • Date: 2012-10-15 11:35:23 UTC
  • Revision ID: elene.mst@gmail.com-20121015113523-mv0ume9jgz4dl1bs
removed deprecated enumerations

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
 
57
57
    // Start packing the elements from the top. Is the layout has more space than the elements can use,
58
58
    // leave that space at the bottom of the GridHLayout.
59
 
    m_ContentStacking = MAJOR_POSITION_LEFT;
 
59
    m_ContentStacking = MAJOR_POSITION_START;
60
60
 
61
61
    SetMinimumSize(32, 32);
62
62
  }