mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-02-02 19:56:13 +01:00
Fix formatting and errors
This commit is contained in:
@@ -42,8 +42,6 @@ static rct_widget window_track_manage_widgets[] = {
|
||||
};
|
||||
|
||||
static rct_widget window_track_delete_prompt_widgets[] = {
|
||||
{ WWT_FRAME, 0, 0, 249, 0, 73, STR_NONE, STR_NONE },
|
||||
{ WWT_CAPTION, 0, 1, 248, 1, 14, STR_DELETE_FILE, STR_WINDOW_TITLE_TIP },
|
||||
{ WINDOW_SKELETON(WINDOW_TITLE, WW, WH) },
|
||||
{ WWT_BUTTON, 0, 10, 119, 54, 65, STR_TRACK_MANAGE_DELETE, STR_NONE },
|
||||
{ WWT_BUTTON, 0, 130, 239, 54, 65, STR_CANCEL, STR_NONE },
|
||||
|
||||
Reference in New Issue
Block a user