mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-24 07:14:31 +01:00
Introduce a constant for scrollbar width and height (#11152)
This commit is contained in:
@@ -58,6 +58,8 @@ enum
|
||||
SCROLL_BOTH = SCROLL_HORIZONTAL | SCROLL_VERTICAL
|
||||
};
|
||||
|
||||
constexpr uint8_t SCROLLBAR_WIDTH = 10;
|
||||
|
||||
void widget_scroll_update_thumbs(rct_window* w, rct_widgetindex widget_index);
|
||||
void widget_draw(rct_drawpixelinfo* dpi, rct_window* w, rct_widgetindex widgetIndex);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user