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

« back to all changes in this revision

Viewing changes to examples/combobox.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:
43
43
    combobox->SetMaximumWidth(150);
44
44
 
45
45
    
46
 
    MainVLayout->AddView(combobox, 0, nux::eCenter, nux::eFull);
47
 
    MainVLayout->SetContentDistribution(nux::eStackCenter);
 
46
    MainVLayout->AddView(combobox, 0, nux::eCenter, nux::MINOR_SIZE_FULL);
 
47
    MainVLayout->SetContentDistribution(nux::MAJOR_POSITION_CENTER);
48
48
    
49
49
    nux::GetWindowThread ()->SetLayout(MainVLayout);
50
50
    nux::ColorLayer background(nux::Color(0xFF4D4D4D));