-
Notifications
You must be signed in to change notification settings - Fork 19
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
Changing the position of window previews/tray overflow menu #160
Comments
My settings are |
the issue here is the HorizontalAlignment=Center, if you remove that, it should fix the problem. |
This is the style that is causing the problem: The target you choose is applying I haven't found the exact Grid element to apply Another solution may be to figure out what Grid element the tray overflow and previews rely on, and setting styles to override the universal |
This looks sick. Can we get this as a theme with everything working well? I tried the config out and there is another issue where if you have windows defender or some other app icons on the status tray, they kind of merge with the pinned application on the taskbar. Will come back to this after I become a bit more knowledgeable. And if no one else does the work by that time. |
@SeagulltheIV I do have a tutorial with step by step instructions & pictures you can use to help get started styling things, but it was offline all last week due to my account accidently getting flagged by github's automated system. You can see it here Luckily, you don't need to know much about coding to do any of this in the styler mods. There is a certain amount of xaml style code, but no logic/code behind, and no other languages unless you plan to write a whole new mod down the road. I'm sure you'll learn a lot more overall from your coding course than by styling your taskbar with windhawk alone. If you get stuck at any point you can create a new issue, and we'll be happy to help :) cheers :) |
I have been working on a dock layout for my taskbar that combines the tray and icons into one panel. Everything works good except for the tray overflow menu and the window previews being too far to the left. How would I go about adjusting the position for those?
The text was updated successfully, but these errors were encountered: