RoundedTB icon indicating copy to clipboard operation
RoundedTB copied to clipboard

Dynamic mod margin issue

Open LucasCtrl opened this issue 2 years ago • 0 comments
trafficstars

If you want to "enclose" perfectly the taskbar, you can the margins as follow.

{
	...
	"MarginBottom": 4, // Bottom margin
	"MarginLeft": 3, // Outer margin
	"MarginRight": 3, // Inner margin
	"MarginTop": 4, // Top margin
	...
}

Sadly, the margin on the left of the Windows logo is not set properly...

image

You can set the Inner margin (MarginRight) to 5 to have the border of the taskbar on top of the border of the Windows logo button but this will crop the right side border of the last application button

image

Currently I'm on the following Windows version/build

- Edition: 	Windows 11 Pro
- Version: 	22H2
- OS build: 22621.1105

LucasCtrl avatar Jan 30 '23 21:01 LucasCtrl