ramensoftware / windows-11-taskbar-styling-guide

A collection of commonly requested taskbar styling customizations for Windows 11
182 stars 16 forks source link

Taskbar is not correctly aligned #110

Open nminh22072004 opened 1 month ago

nminh22072004 commented 1 month ago

{C75EB5F8-01B1-4004-A185-7BF793A2E991}

bbmaster123 commented 1 month ago

Sorry for the delay, have you solved this? if not, can I see your full style code? Also, what is your resolution? (shouldn't matter but just in case)

nminh22072004 commented 1 month ago

Sorry for the delay, have you solved this? if not, can I see your full style code? Also, what is your resolution? (shouldn't matter but just in case)

Hello. I'm using the Docklite theme. I only added 2 extra styles like in the image. My resolution is 1920x1080p. Scale is 125% (I'm using a laptop). I tried with scale 100% but the result is the same.

bbmaster123 commented 1 month ago

ah yes I can replicate the issue. I'll update the instructions. In the meantime, add another style to Taskbar.TaskbarFrame#TaskbarFrame Target: Taskbar.TaskbarFrame#TaskbarFrame Style: Margin=0,0,250,0

Right now, the theme has that set to Margin=250,0,250,0 the reason that's there at all is to both keep the dock from going behind the tray area, and to keep the dock centered (when set to center)

cheers

nminh22072004 commented 1 month ago

Thanks. It worked!