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

Left alignment no longer works #1412

Closed
Brummell67 opened this issue Nov 1, 2022 · 2 comments
Closed

Left alignment no longer works #1412

Brummell67 opened this issue Nov 1, 2022 · 2 comments

Comments

@Brummell67
Copy link

image

@Brummell67 Brummell67 changed the title Left alignment does not work Left alignment no longer works Nov 1, 2022
@BenjiaH
Copy link

BenjiaH commented Nov 12, 2022

In version 1.84, if the taskbar window is aligned to the left, the taskbar window will always appear on the right because it overlaps the original taskbar button when shown on the left.
The program detects taskbar alignment by reading the key value of "TaskbarAl" in the registry "\HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced". But if you never change the alignment settings of the taskbar, this key is not exist and TrafficMonitor mistakenly thinks the taskbar is left aligned. This is a bug. The solution is:
Click the right mouse button in the taskbar, select Taskbar Settings, and change the alignment method of the taskbar once. After generating the above key value, for example, change "center" to "Align left", and then change it back to "center".
image

See: #1346 (comment)

@Brummell67
Copy link
Author

It work now!
Thank so much.

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

2 participants