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 5a6f11361d
commit 4c30d8e5a4
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(),
};
-6
View File
@@ -5,10 +5,6 @@
- Text input fields too small.
- Extra viewport window resize button is on a separate empty panel.
- Help - Tutorial opens console
- Subsidies list text too small.
- Sign list window is broken.
@@ -16,5 +12,3 @@
- Map of the world cannot be scrolled with one finger.
- Hide all windows when building something, add Confirm/Cancel dialog.
- Make tutorial window into a text list, add more videos.