You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For super high resolution HiDPI screens the overlay zoom is usually needed to set at 600 or more.
This can be done via editing the json config file but can not be done in the GUI directly.
Should be a easy change to make zoom a type in value instead of a slider and allow much larger values.
The text was updated successfully, but these errors were encountered:
Error: InitPlugin: System.ArgumentOutOfRangeException: Value of '600' is not valid for 'Value'. 'Value' should be between 'Minimum' and 'Maximum'.
Parameter name: Value
at System.Windows.Forms.TrackBar.set_Value(Int32 value)
at RainbowMage.OverlayPlugin.Overlays.MiniParseConfigPanel.SetupControlProperties()
at RainbowMage.OverlayPlugin.Overlays.MiniParseConfigPanel..ctor(TinyIoCContainer container, MiniParseOverlay overlay)
at RainbowMage.OverlayPlugin.Overlays.MiniParseOverlay.CreateConfigControl()
at RainbowMage.OverlayPlugin.ControlPanel.AddConfigTab(IOverlay overlay)
at RainbowMage.OverlayPlugin.ControlPanel.InitializeOverlayConfigTabs()
at RainbowMage.OverlayPlugin.PluginMain.b__25_9()
sandtechnology
pushed a commit
to sandtechnology/OverlayPlugin
that referenced
this issue
May 7, 2023
For super high resolution HiDPI screens the overlay zoom is usually needed to set at 600 or more.
This can be done via editing the json config file but can not be done in the GUI directly.
Should be a easy change to make zoom a type in value instead of a slider and allow much larger values.
The text was updated successfully, but these errors were encountered: