1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-18 09:52:44 +01:00

Codechange: replace SetDataTip(RWV_ with SetResizeWidgetTypeTip(RWV_

This commit is contained in:
Rubidium
2025-01-02 11:32:18 +01:00
committed by rubidium42
parent e3a5f9b040
commit ee3ea57a85
6 changed files with 12 additions and 12 deletions

View File

@@ -1107,7 +1107,7 @@ static constexpr NWidgetPart _nested_network_content_list_widgets[] = {
/* Resize button. */
NWidget(NWID_HORIZONTAL),
NWidget(NWID_SPACER), SetFill(1, 0), SetResize(1, 0),
NWidget(WWT_RESIZEBOX, COLOUR_LIGHT_BLUE), SetDataTip(RWV_HIDE_BEVEL, STR_TOOLTIP_RESIZE),
NWidget(WWT_RESIZEBOX, COLOUR_LIGHT_BLUE), SetResizeWidgetTypeTip(RWV_HIDE_BEVEL, STR_TOOLTIP_RESIZE),
EndContainer(),
EndContainer(),
};