summaryrefslogtreecommitdiff
path: root/src/company_gui.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-12-28 13:04:18 +0000
committerrubidium <rubidium@openttd.org>2009-12-28 13:04:18 +0000
commit454e124912cb6885ca7904489aac7e2704baca26 (patch)
treea4050db403bfbb4ed7d901d70ab82bc7ed2f955f /src/company_gui.cpp
parentf60b3a28d68122aa9e4f7ac87d9bd1089a51acb9 (diff)
downloadopenttd-454e124912cb6885ca7904489aac7e2704baca26.tar.xz
(svn r18652) -Fix: glitches due to having the wrong bounding boxes for the face widgets
Diffstat (limited to 'src/company_gui.cpp')
-rw-r--r--src/company_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/company_gui.cpp b/src/company_gui.cpp
index a5e308351..4cb23cfbc 100644
--- a/src/company_gui.cpp
+++ b/src/company_gui.cpp
@@ -1599,7 +1599,7 @@ static const NWidgetPart _nested_company_widgets[] = {
NWidget(WWT_PANEL, COLOUR_GREY),
NWidget(NWID_HORIZONTAL), SetPIP(4, 6, 4),
NWidget(NWID_VERTICAL), SetPIP(4, 2, 4),
- NWidget(WWT_EMPTY, INVALID_COLOUR, CW_WIDGET_FACE), SetMinimalSize(91, 120), SetFill(1, 0),
+ NWidget(WWT_EMPTY, INVALID_COLOUR, CW_WIDGET_FACE), SetMinimalSize(92, 119), SetFill(1, 0),
NWidget(WWT_EMPTY, INVALID_COLOUR, CW_WIDGET_FACE_TITLE), SetFill(1, 1), SetMinimalTextLines(2, 0),
EndContainer(),
NWidget(NWID_VERTICAL),