mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-29 09:44:52 +01:00
Make WINDOW_SKELETON take a title, height and width
This commit is contained in:
@@ -72,7 +72,7 @@ enum {
|
||||
};
|
||||
|
||||
static rct_widget window_scenarioselect_widgets[] = {
|
||||
WINDOW_SKELETON,
|
||||
{ WINDOW_SKELETON(WINDOW_TITLE, WW, WH) },
|
||||
{ WWT_IMGBTN, 1, 0, 733, 50, 333, 0xFFFFFFFF, STR_NONE }, // tab content panel
|
||||
{ WWT_TAB, 1, 3, 93, 17, 50, IMAGE_TYPE_REMAP | SPR_TAB_LARGE, STR_NONE }, // tab 1
|
||||
{ WWT_TAB, 1, 94, 184, 17, 50, IMAGE_TYPE_REMAP | SPR_TAB_LARGE, STR_NONE }, // tab 2
|
||||
|
||||
Reference in New Issue
Block a user