diff --git a/Windhawk/windows-11-taskbar-styler b/Windhawk/windows-11-taskbar-styler index f5ea986..8c6c97a 100644 --- a/Windhawk/windows-11-taskbar-styler +++ b/Windhawk/windows-11-taskbar-styler @@ -1,6 +1,6 @@ theme: Borderless styleConstants: - - TaskbarFrameWidth=1200 + - TaskbarFrameWidth=2000 controlStyles: - target: ScrollViewer > ScrollContentPresenter > Border > Grid styles: @@ -22,7 +22,7 @@ controlStyles: - target: Taskbar.TaskbarFrame > Windows.UI.Xaml.Controls.Grid#RootGrid > Taskbar.TaskbarBackground#BackgroundControl styles: - CornerRadius=8 - - Margin=0,2,0,2 + - Margin=0,4,0,4 - target: Windows.UI.Xaml.Shapes.Rectangle#BackgroundStroke styles: - Visibility=Collapsed