diff --git a/Source/Unrealzilla/Public/UnrealzillaGlobalSettings.h b/Source/Unrealzilla/Public/UnrealzillaGlobalSettings.h index d2de899..129a5c0 100644 --- a/Source/Unrealzilla/Public/UnrealzillaGlobalSettings.h +++ b/Source/Unrealzilla/Public/UnrealzillaGlobalSettings.h @@ -41,7 +41,7 @@ public: FString DefaultStatus; // The viewport depth of the bug report interface widget. UPROPERTY(Config, EditDefaultsOnly, BlueprintReadOnly, Category="Reporting") - int32 BugReportWidgetDepth = 0; + int32 BugReportWidgetDepth = 10000; // The Bugzilla server where bugs will be posted. UPROPERTY(Config, EditDefaultsOnly, BlueprintReadOnly, Category="Reporting|Bugzilla", meta=(DisplayName="Server")) FString BugzillaSubmissionServer;