Skip to content

Zoom is capped at 400 #197

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
MikeZTM opened this issue Mar 16, 2021 · 1 comment
Open

Zoom is capped at 400 #197

MikeZTM opened this issue Mar 16, 2021 · 1 comment

Comments

@MikeZTM
Copy link

MikeZTM commented Mar 16, 2021

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.

@MikeZTM
Copy link
Author

MikeZTM commented Mar 20, 2021

And this will cause the GUI to complain about it:

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
This will make pasting in discord easier to read.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant