summaryrefslogtreecommitdiff
path: root/src/town_gui.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-12-09 17:10:57 +0000
committerrubidium <rubidium@openttd.org>2009-12-09 17:10:57 +0000
commitac4ef286f4e3c59e849dbc3953666a7824e919be (patch)
tree03d8859ffd372debbfd6baea58e77487b030cf22 /src/town_gui.cpp
parent0c577dfde60efde68b8f047043a94a59db03df35 (diff)
downloadopenttd-ac4ef286f4e3c59e849dbc3953666a7824e919be.tar.xz
(svn r18447) -Change: make some more windows (e.g. graphs, company view) stickyable
Diffstat (limited to 'src/town_gui.cpp')
-rw-r--r--src/town_gui.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/town_gui.cpp b/src/town_gui.cpp
index fef1e5da4..ff1b9baa6 100644
--- a/src/town_gui.cpp
+++ b/src/town_gui.cpp
@@ -53,6 +53,7 @@ static const NWidgetPart _nested_town_authority_widgets[] = {
NWidget(NWID_HORIZONTAL),
NWidget(WWT_CLOSEBOX, COLOUR_BROWN),
NWidget(WWT_CAPTION, COLOUR_BROWN, TWA_CAPTION), SetDataTip(STR_LOCAL_AUTHORITY_CAPTION, STR_TOOLTIP_WINDOW_TITLE_DRAG_THIS),
+ NWidget(WWT_STICKYBOX, COLOUR_BROWN),
EndContainer(),
NWidget(WWT_PANEL, COLOUR_BROWN, TWA_RATING_INFO), SetMinimalSize(317, 92), SetResize(1, 1), EndContainer(),
NWidget(NWID_HORIZONTAL),