mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-21 14:02:59 +01:00
Rename WindowWidgetType to WidgetType and change for new code style
This commit is contained in:
@@ -32,7 +32,7 @@ namespace OpenRCT2::Ui::Windows
|
||||
static constexpr auto kPadding = 4;
|
||||
|
||||
static constexpr Widget window_error_widgets[] = {
|
||||
makeWidget({ 0, 0 }, { 200, 42 }, WindowWidgetType::Frame, WindowColour::primary),
|
||||
makeWidget({ 0, 0 }, { 200, 42 }, WidgetType::frame, WindowColour::primary),
|
||||
};
|
||||
|
||||
class ErrorWindow final : public Window
|
||||
|
||||
Reference in New Issue
Block a user