Skip to content
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

Full screen bug #7

Closed
BXS0 opened this issue Aug 2, 2017 · 4 comments
Closed

Full screen bug #7

BXS0 opened this issue Aug 2, 2017 · 4 comments
Assignees

Comments

@BXS0
Copy link

BXS0 commented Aug 2, 2017

i noticed that when i go full screen the borders on the gui are not right.
i took a screenshot with windows Sniping Tool on window snip mode and this is what i got:
(this running to secondary monitor with bigger resolution )
bug

@angelsix
Copy link
Owner

angelsix commented Aug 2, 2017

Is this on the latest code? I fixed all those types of issues in bug fixes before.

If so, please can you provide the following:

  1. What is the resolution, position (left, right, top, bottom etc...) on the multi-monitor layout, and scaling factor (100%, 150% etc..) of the main monitor

  2. What is the resolution, position (left, right, top, bottom etc...) on the multi-monitor layout, and scaling factor (100%, 150% etc..) of the second monitor

And try the following:

  1. Change your monitors to both be the same Scaling of 100%. Is the problem still there?
  2. Change them both to be 200%. Is the problem still there?

@BXS0
Copy link
Author

BXS0 commented Aug 2, 2017

Yes this is on latest version.
you really lost me on those questions so ill just tell you some more info :)

there are 2 monitors. the laptop and the monitor one.
the small laptop one works on 1600x900 resolution with no gpu scale from ati control panel and 100% scale on windows scaling.
Same with the monitor but with 1920x1080 resolution.

if i force windows to use 200% scale on both monitors the things are worst!

please let me know if there is any further information i can provide you.
if the whole thing seems really messy and you care about solving it i would be happy to teamviewer me so you can see and work on the problem at the same time.
in any case thank you for teaching us!

bug2

b1
b2

@angelsix
Copy link
Owner

angelsix commented Aug 2, 2017

Ah this is the known bug https://github.com/angelsix/fasetto-word/blob/develop/Source/Fasetto.Word/Window/WindowResizer.cs#L342

Your non-primary monitor has a larger width.

I've applied a fix that has a simple limitation right now... your window cannot be larger than the current monitors size. In future I plan to do a better fix to remove that limitation, but it is better than the current bug.

4e68158

Confirm fix and I will close the bug

@angelsix angelsix added the bug label Aug 5, 2017
@angelsix angelsix self-assigned this Aug 5, 2017
@BXS0
Copy link
Author

BXS0 commented Aug 6, 2017

works perfectly now on the bigger screen and seems there is no need for a better fix.
looks like pretty normal to me as it is on this version.

@angelsix angelsix closed this as completed Aug 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants