summaryrefslogtreecommitdiff
path: root/src/group_gui.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-11-22 11:10:17 +0000
committerrubidium <rubidium@openttd.org>2009-11-22 11:10:17 +0000
commite9b6e73333231fd67c8c3b4933cc5c1f3003d351 (patch)
tree3d3a4249935627dac25768e37385cca9d810c8f0 /src/group_gui.cpp
parent9a67f81610178d227ce8b0283c7ad4e52f4d7f0f (diff)
downloadopenttd-e9b6e73333231fd67c8c3b4933cc5c1f3003d351.tar.xz
(svn r18211) -Cleanup: remove unneeded tooltip, size and fill 'parameters' from WWT_RESIZEBOX instances
Diffstat (limited to 'src/group_gui.cpp')
-rw-r--r--src/group_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/group_gui.cpp b/src/group_gui.cpp
index 8b98364e4..663189f02 100644
--- a/src/group_gui.cpp
+++ b/src/group_gui.cpp
@@ -142,7 +142,7 @@ static const NWidgetPart _nested_group_widgets[] = {
NWidget(WWT_PUSHIMGBTN, COLOUR_GREY, GRP_WIDGET_START_ALL), SetMinimalSize(12, 12), SetFill(false, true),
SetDataTip(SPR_FLAG_VEH_RUNNING, STR_VEHICLE_LIST_MASS_START_LIST_TOOLTIP),
NWidget(WWT_PANEL, COLOUR_GREY, GRP_WIDGET_EMPTY_BOTTOM_RIGHT), SetMinimalSize(0, 12), SetFill(true, true), SetResize(1, 0), EndContainer(),
- NWidget(WWT_RESIZEBOX, COLOUR_GREY, GRP_WIDGET_RESIZE), SetMinimalSize(12, 12), SetFill(false, true),
+ NWidget(WWT_RESIZEBOX, COLOUR_GREY, GRP_WIDGET_RESIZE),
EndContainer(),
EndContainer(),
EndContainer(),