summaryrefslogtreecommitdiff
path: root/src/town_gui.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-07-16 10:13:33 +0000
committerrubidium <rubidium@openttd.org>2009-07-16 10:13:33 +0000
commit594070194f62cd336ff25b51dd603d24f1368d17 (patch)
treedb5d74eb50fd21f249a9731efa64dba91e45e711 /src/town_gui.cpp
parentfd589b90e8ab795a2bc9190309dce6cae917976c (diff)
downloadopenttd-594070194f62cd336ff25b51dd603d24f1368d17.tar.xz
(svn r16842) -Cleanup: add some spaces around a few operators
Diffstat (limited to 'src/town_gui.cpp')
-rw-r--r--src/town_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/town_gui.cpp b/src/town_gui.cpp
index 9cf12bc94..110a68acf 100644
--- a/src/town_gui.cpp
+++ b/src/town_gui.cpp
@@ -847,7 +847,7 @@ static const NWidgetPart _nested_found_town_widgets[] = {
NWidget(WWT_TEXTBTN, COLOUR_GREY, TSEW_LAYOUT_GRID3), SetMinimalSize(78, 12), SetFill(1, 0), SetDataTip(STR_SELECT_LAYOUT_3X3_GRID, STR_SELECT_TOWN_ROAD_LAYOUT),
EndContainer(),
NWidget(NWID_SPACER), SetMinimalSize(0, 1),
- NWidget(WWT_TEXTBTN, COLOUR_GREY, TSEW_LAYOUT_RANDOM), SetPadding(0, 2, 0, 2), SetMinimalSize(0,12), SetFill(1, 0),
+ NWidget(WWT_TEXTBTN, COLOUR_GREY, TSEW_LAYOUT_RANDOM), SetPadding(0, 2, 0, 2), SetMinimalSize(0, 12), SetFill(1, 0),
SetDataTip(STR_SELECT_LAYOUT_RANDOM, STR_SELECT_TOWN_ROAD_LAYOUT), SetFill(1, 0),
NWidget(NWID_SPACER), SetMinimalSize(0, 2),
EndContainer(),