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

The HUDs are too close to the screen's edges #1

Closed
dmndrz opened this issue Mar 23, 2020 · 16 comments · Fixed by #34
Closed

The HUDs are too close to the screen's edges #1

dmndrz opened this issue Mar 23, 2020 · 16 comments · Fixed by #34
Labels
bug Something isn't working

Comments

@dmndrz
Copy link

dmndrz commented Mar 23, 2020

Hi.
Wherever I chose to put the HUDs, it seems they are a little too close to the edges (see screenshot). The worst is on the top, it's almost completely hidden by the menubar.

Capture d’écran 2020-03-23 à 16 20 46

@AlexPerathoner
Copy link
Owner

Hi.
Does this also happen when you set the bar on the right and left side of the screen?

@dmndrz
Copy link
Author

dmndrz commented Mar 23, 2020

No, on the left and right sides it doesn't happen.
I guess it's the same marging for all 4 sides, but at the top there is the menubar so it's partially hidden. It could be solved by automatically hiding the menubar, but it's not what I (and other people I guess) prefer. That's the same for the bottom, if you don't automatically hide the dock, the HUDs would be hidden by it.

@AlexPerathoner
Copy link
Owner

Ok.. and on the bottom I think it's caused by the dock... working with both hidden wasn't good for testing 😅
I am already working on an update, in a couple of hours I should be able to release it.

@dmndrz
Copy link
Author

dmndrz commented Mar 23, 2020

Haha, yes! We're all used to have our own different workspaces. ☺️
Other than that, it works very well, it's smooth and feels like iOS.

AlexPerathoner added a commit that referenced this issue Mar 23, 2020
Correcting bar position to consider menu bar and Dock (which can be placed on the right, left or bottom) - #1
@AlexPerathoner
Copy link
Owner

So I have solved half of that issue... now the Bar should be at the right distance on every edge, regardless of the system menu bar, the dock (and eventually which edge the dock is set to appear).

Unfortunately also when using a fullscreen app the bar appears at that same "right" distance. See screenshot:

Schermata 2020-03-23 alle 22 34 17

Still working on that.

AlexPerathoner added a commit that referenced this issue Mar 24, 2020
@AlexPerathoner
Copy link
Owner

I have just released a new version which should fix this issue. Please confirm me if it does.

@dmndrz
Copy link
Author

dmndrz commented Mar 25, 2020

I confirm you that it's fixed! Good job 😉

@dmndrz dmndrz closed this as completed Mar 25, 2020
AlexPerathoner added a commit that referenced this issue Apr 14, 2020
Correcting bar position to consider menu bar and Dock (which can be placed on the right, left or bottom) - #1
AlexPerathoner added a commit that referenced this issue Apr 14, 2020
@omarsonmarz
Copy link

for me, the bars are still hidden under the menu bar... here's a gif (i have the latest version: 1.3.7)
untitled

@AlexPerathoner
Copy link
Owner

for me, the bars are still hidden under the menu bar... here's a gif (i have the latest version: 1.3.7)

untitled

May I ask you what that screen's resolution is?

@omarsonmarz
Copy link

Color LCD: 1280 x 800
2nd Display: 1600 x 1200
(this is on the primary color lcd display btw)

@omarsonmarz
Copy link

omarsonmarz commented Nov 16, 2020

preferences shows what i think it should be, but when i restart the app, this happens (sorry for the slow gif)
Untitled2

@AlexPerathoner
Copy link
Owner

You confirm me this issue is always present, even when the app has been running for a while?

@omarsonmarz
Copy link

omarsonmarz commented Dec 8, 2020

You confirm me this issue is always present, even when the app has been running for a while?

sorry for the late reply
yes, that is what happens

@AlexPerathoner
Copy link
Owner

I think I finally understood what's going on.
SlimHUD gets the main screen's dimensions. It then calculates accordingly the offset the bars should have from the screen border. Finally, it shows the bar, but on the other screen.
Please tell me if this sounds reasonable.

Try to set the same resolution for both screens and tell me the issue is still present.

@AlexPerathoner AlexPerathoner added the bug Something isn't working label Dec 28, 2020
@omarsonmarz
Copy link

I think I finally understood what's going on.
SlimHUD gets the main screen's dimensions. It then calculates accordingly the offset the bars should have from the screen border. Finally, it shows the bar, but on the other screen.
Please tell me if this sounds reasonable.

Try to set the same resolution for both screens and tell me the issue is still present.

That makes sense. I set the same resolution and it works now, thank you!

@AlexPerathoner
Copy link
Owner

I think I finally understood what's going on.
SlimHUD gets the main screen's dimensions. It then calculates accordingly the offset the bars should have from the screen border. Finally, it shows the bar, but on the other screen.
Please tell me if this sounds reasonable.
Try to set the same resolution for both screens and tell me the issue is still present.

That makes sense. I set the same resolution and it works now, thank you!

That's not a solution xD
However, if I now know what the problem is I can start working on it. In the next days I'll release an update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants