Removed a separate empty panel on the Extra Viewport window

This commit is contained in:
pelya
2016-04-02 22:41:29 +03:00
parent e70cc80e44
commit 568a135848
2 changed files with 0 additions and 9 deletions
-3
View File
@@ -45,9 +45,6 @@ static const NWidgetPart _nested_extra_view_port_widgets[] = {
NWidget(WWT_PUSHTXTBTN, COLOUR_GREY, WID_EV_VIEW_TO_MAIN), SetFill(1, 1), SetResize(1, 0),
SetDataTip(STR_EXTRA_VIEW_MOVE_VIEW_TO_MAIN, STR_EXTRA_VIEW_MOVE_VIEW_TO_MAIN_TT),
EndContainer(),
EndContainer(),
NWidget(NWID_HORIZONTAL),
NWidget(WWT_PANEL, COLOUR_GREY), SetFill(1, 1), SetResize(1, 0), EndContainer(),
NWidget(WWT_RESIZEBOX, COLOUR_GREY),
EndContainer(),
};