Changeset 9554 in orxonox.OLD for branches/proxy/src/lib/network/monitor
- Timestamp:
- Jul 28, 2006, 12:07:51 PM (18 years ago)
- Location:
- branches/proxy/src/lib/network/monitor
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/lib/network/monitor/network_monitor.cc
r9494 r9554 211 211 212 212 this->box->showAll(); 213 this->box->setAbsCoor2D(300, 40);213 //this->box->setAbsCoor2D(300, 40); 214 214 } 215 215 else -
branches/proxy/src/lib/network/monitor/network_stats_widget.cc
r9552 r9554 147 147 */ 148 148 NetworkStatsWidget::NetworkStatsWidget(const NetworkMonitor* monitor) 149 : GLGuiFixedpositionBox(OrxGui::Center, OrxGui::Vertical), _thisHost("myName", IP(127, 0, 0 , 1))149 : OrxGui::GLGuiFixedpositionBox(OrxGui::Center, OrxGui::Vertical), _thisHost("myName", IP(127, 0, 0 , 1)) 150 150 { 151 151 this->_monitor = monitor;
Note: See TracChangeset
for help on using the changeset viewer.