- Timestamp:
- 11/28/08 15:36:39 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgwidgettable/osgwidgettable.cpp
r8588 r9289 57 57 table->getByName("0, 0")->setAlignHorizontal(osgWidget::Widget::HA_LEFT); 58 58 table->getByName("0, 0")->setAlignVertical(osgWidget::Widget::VA_BOTTOM); 59 table->getByName("0, 0")->setPadding(10.0f); 59 table->getByName("0, 0")->setPadLeft(50.0f); 60 table->getByName("0, 0")->setPadTop(3.0f); 60 61 61 62 // Change the colors a bit to differentiate this row from the others.
