Fix Wi-Fi/Bluetooth toggle shifting on L2 pages#116
Conversation
|
@TheGamer1445891 please take a look. |
i plan to rework (re-do) the entire theme to fix all the bugs and make the theme look more native. |
|
@Luckman-Khan i have added this fix in my re-builded theme, so please wait for the new update (if i could finish it) |
|
turns out this doesnt do anything (the header's switch buttons will still be mis-aligned for some reason) |
Constrain PageHeaderContentControl on BetterControl11 L2 pages so Wi-Fi and Bluetooth header switches stay aligned at the trailing edge. The previous PageHeader HorizontalAlignment change did not affect the header content width, so replace it with the narrower header content target.
5439fd2 to
ad755b8
Compare
|
Updated the PR with a different fix. The previous |
@Luckman-Khan i tested it and turns out it still doesnt do anything and still makes the control center header switch button misaligned. |
|
I retested with ShellHost.exe restarted and confirmed a before/after on my setup: removing Could this be a Windows build / visual tree difference? To verify whether the selector applies on your setup, can you try temporarily adding |
Added HorizontalAlignment=Stretch to ContentPresenter#PageHeader to ensure the header always takes full width, keeping the on/off toggle pinned to the right edge consistently.
