mirror of https://github.com/OpenTTD/OpenTTD
(svn r14419) -Codechange: adding two digits for no obvious reason (nor comment), plus code style Infringement.
parent
a858d0993f
commit
d130ff3889
|
@ -116,7 +116,7 @@ static const Widget _transparency_widgets[] = {
|
||||||
};
|
};
|
||||||
|
|
||||||
static const WindowDesc _transparency_desc = {
|
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,
|
WC_TRANSPARENCY_TOOLBAR, WC_NONE,
|
||||||
WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_STICKY_BUTTON,
|
WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_STICKY_BUTTON,
|
||||||
_transparency_widgets,
|
_transparency_widgets,
|
||||||
|
|
Loading…
Reference in New Issue