forked from mirror/OpenTTD
Cleanup: Horizontal widget size is commonly width rather than length.
This commit is contained in:
@@ -543,7 +543,7 @@ private:
|
||||
*/
|
||||
class NWidgetSpacer : public NWidgetResizeBase {
|
||||
public:
|
||||
NWidgetSpacer(int length, int height);
|
||||
NWidgetSpacer(int width, int height);
|
||||
|
||||
void SetupSmallestSize(Window *w, bool init_array) override;
|
||||
void FillNestedArray(NWidgetBase **array, uint length) override;
|
||||
|
Reference in New Issue
Block a user