(svn r17852) -Codechange: Use viewport nested widget in the view-vehicle window.

This commit is contained in:
alberth
2009-10-24 13:58:18 +00:00
parent ef5dc588de
commit c3992ab7b6
2 changed files with 15 additions and 13 deletions

View File

@@ -28,7 +28,8 @@ enum VehicleViewWindowWidgets {
VVW_WIDGET_CAPTION,
VVW_WIDGET_STICKY,
VVW_WIDGET_PANEL,
VVW_WIDGET_VIEWPORT,
VVW_WIDGET_INSET,
VVW_WIDGET_VIEWPORT, ///< Viewport widget.
VVW_WIDGET_START_STOP_VEH,
VVW_WIDGET_CENTER_MAIN_VIEH,
VVW_WIDGET_GOTO_DEPOT,