mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-02-02 19:56:13 +01:00
Add compile option to move close box to the left
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
|
||||
constexpr int32_t WW = 200;
|
||||
constexpr int32_t WH = 100;
|
||||
#define WINDOW_TITLE STR_DEMOLISH_RIDE
|
||||
|
||||
static money32 _demolishRideCost;
|
||||
|
||||
@@ -33,9 +34,7 @@ enum WINDOW_RIDE_DEMOLISH_WIDGET_IDX {
|
||||
|
||||
// 0x009AEBA0
|
||||
static rct_widget window_ride_demolish_widgets[] = {
|
||||
{ WWT_FRAME, 0, 0, WW - 1, 0, WH - 1, STR_NONE, STR_NONE },
|
||||
{ WWT_CAPTION, 0, 1, WW - 2, 1, 14, STR_DEMOLISH_RIDE, STR_WINDOW_TITLE_TIP },
|
||||
{ WWT_CLOSEBOX, 0, WW - 13, WW - 3, 2, 13, STR_CLOSE_X_WHITE, STR_CLOSE_WINDOW_TIP },
|
||||
WINDOW_SKELETON,
|
||||
{ WWT_BUTTON, 0, 10, 94, WH - 20, WH - 9, STR_DEMOLISH, STR_NONE },
|
||||
{ WWT_BUTTON, 0, WW - 95, WW - 11, WH - 20, WH - 9, STR_SAVE_PROMPT_CANCEL, STR_NONE },
|
||||
{ WIDGETS_END }
|
||||
|
||||
Reference in New Issue
Block a user