summaryrefslogtreecommitdiff
path: root/src/transparency_gui.cpp
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2008-09-30 16:50:25 +0000
committerbelugas <belugas@openttd.org>2008-09-30 16:50:25 +0000
commit12218ae7d2100fe08a76452d698f3fff9c5c0453 (patch)
tree15edbc587cba812d9addea5003203945925eea64 /src/transparency_gui.cpp
parent1c27747886db57c8150861b9efe1bade6b5a00a4 (diff)
downloadopenttd-12218ae7d2100fe08a76452d698f3fff9c5c0453.tar.xz
(svn r14419) -Codechange: adding two digits for no obvious reason (nor comment), plus code style Infringement.
Diffstat (limited to 'src/transparency_gui.cpp')
-rw-r--r--src/transparency_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transparency_gui.cpp b/src/transparency_gui.cpp
index 8d5d594a3..12f5f90aa 100644
--- a/src/transparency_gui.cpp
+++ b/src/transparency_gui.cpp
@@ -116,7 +116,7 @@ static const Widget _transparency_widgets[] = {
};
static const WindowDesc _transparency_desc = {
- WDP_ALIGN_TBR, 58+36, 219, 49, 219, 49,
+ WDP_ALIGN_TBR, 94, 219, 49, 219, 49,
WC_TRANSPARENCY_TOOLBAR, WC_NONE,
WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_STICKY_BUTTON,
_transparency_widgets,