mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-22 22:19:08 +00:00
(svn r9673) -Cleanup: remove spaces before tabs and replace non-indenting tabs with spaces.
This commit is contained in:
@@ -823,7 +823,7 @@ static Window *LocalAllocateWindowDesc(const WindowDesc *desc, int window_number
|
||||
case WDP_ALIGN_TBR: { /* Align the right side with the top toolbar */
|
||||
w = FindWindowById(WC_MAIN_TOOLBAR, 0);
|
||||
pt.x = (w->left + w->width) - desc->width;
|
||||
} break;
|
||||
} break;
|
||||
case WDP_ALIGN_TBL: /* Align the left side with the top toolbar */
|
||||
pt.x = FindWindowById(WC_MAIN_TOOLBAR, 0)->left;
|
||||
break;
|
||||
|
Reference in New Issue
Block a user